The CheckBoxInteractor type exposes the following members.

Properties

  NameDescription
Public propertyAnnotation
The annotation that this interactor controls.
(Inherited from AnnotationInteractor.)
Public propertyChilds
The child interactors of this interactor. This property may be null.
(Inherited from Interactor.)
Public propertyDragBehavior
Controls the dragging behavior of the interactor.
(Inherited from WinFormsInteractor.)
Protected propertyField
The PDF field that this interactor controls.
(Inherited from WidgetInteractor.)
Public propertyHeight
The height of the widget.
(Inherited from WidgetInteractor.)
Public propertyHoverCursor
Bij default, and arrow cursor when the DragBehavior is DragOver.
(Inherited from AnnotationInteractor.)
Public propertyIsInteractive
Controls whether an interactor can be interacted with.
(Inherited from Interactor.)
Public propertyLayers
The layers of this interactor.
(Inherited from Interactor.)
Public propertyLayoutManager
The layout property controls the placement of sub-interactors relative to this one. This property may be null.
(Inherited from Interactor.)
Public propertyObject
The controlled object.
(Inherited from Interactor.)
Public propertyOpacity
A value between 0 and 1 that specifies the opacity of the interactor. 1 means fully opaque, 0 means fully transparent (i.e. invisible). The default is 1.
(Inherited from Interactor.)
Public propertyParent
The interactor that this interactor is a child of.
(Inherited from Interactor.)
Public propertyRectangle
The rectangle that this interactor occupies, including the space taken by its layers.
(Inherited from Interactor.)
Public propertyShadowDistance
The distance at which the shadow of the interactor will be drawn. This distance is relative to the parent, so that transformations on this interactor (such as rotations) do not influence the location of the shadow.
(Inherited from WinFormsInteractor.)
Public propertyText
Provides access to a text representation of the value of the widget interactor.
(Inherited from ValueWidgetInteractor.)
Public propertyToolTip
Returns the field tooltip.
(Inherited from WidgetInteractor.)
Public propertyTransform
Transformation that is applied to the interactor before drawing, relative to the origin of its parent, i.e.:
  • If one applies this transformation to a local coordinate, one obtains the coordinates in the coordinate system of the parent.
  • If one uses this transformation to transform the parent coordinate system (CTM), one obtains the local coordinate system.
(Inherited from Interactor.)
Protected propertyValueField
The ValueField that this interactor controls.
(Inherited from ValueWidgetInteractor.)
Public propertyViewer
The viewer that this interactor is located in.
(Inherited from WinFormsInteractor.)
Public propertyViewerTransform
Transforms coordinates in the local coordinate system to the coordinate system of the viewer, i.e.:
  • If one applies this transformation to a local coordinate, one obtains the coordinates in the coordinate system of the viewer.
  • If one uses this transformation to transform the original viewer coordinate system (CTM), one obtains the local coordinate system.
(Inherited from Interactor.)
Public propertyVisibleRectangle
A rectangle that defines a the visible part of the interactor, in terms of its own coordinate system.
(Inherited from Interactor.)
Public propertyWidget
The PDF widget that this interactor controls.
(Inherited from WidgetInteractor.)
Public propertyWidth
The width of the widget.
(Inherited from WidgetInteractor.)

See Also