The CheckBoxFieldShape type exposes the following members.

Properties

  NameDescription
Public propertyBackgroundColor
The background color of this form field.
(Inherited from FieldShape.)
Public propertyBorderColor
The color of the border of this form field.
(Inherited from FieldShape.)
Public propertyBorderStyle
The border style of this form field.
(Inherited from FieldShape.)
Public propertyBorderWidth
The width in points of the border of this form field.
(Inherited from FieldShape.)
Public propertyBottomMargin
Extra space below this shape (only useful in combination with docking).
(Inherited from Shape.)
Public propertyCheckedValue
The checked (export) value.
Public propertyDefaultValue
The default value of this field.
Public propertyDock
How this shape is docked.
(Inherited from Shape.)
Public propertyFont
Returns the font of this form field.
(Inherited from FieldShape.)
Public propertyFontSize
Returns the size of the font of this form field.
(Inherited from FieldShape.)
Public propertyFullName
Fully qualified name of this field.
(Inherited from FieldShape.)
Public propertyHeight
Height of this form field area.
(Inherited from FieldShape.)
Public propertyHidden
This field will not be visible in the pdf-viewer. Default = false.
(Inherited from FieldShape.)
Public propertyHorizontalAlignment
Justification to be used in displaying the text
(Inherited from FieldShape.)
Public propertyID
This Identifier (ID) can be used to track which shape raise an exception.
(Inherited from Shape.)
Public propertyLeftMargin
Extra space to the left of this shape (only useful in combination with docking).
(Inherited from Shape.)
Public propertyMappingName
Used when exporting data from the document.
(Inherited from FieldShape.)
Public propertyNoExport
This field is not included when the form is submitted. Default = false.
(Inherited from FieldShape.)
Public propertyOpacity
The opacity (0...255) which must be used for this shape. Default is 255 (fully opaque).
(Inherited from Shape.)
Public propertyOrientation
Orientation of field in degrees (counter-clockwise).
(Inherited from FieldShape.)
Public propertyPrint
This field will be visable on a printout. Default = true;
(Inherited from FieldShape.)
Public propertyReadOnly
Read-only state of this field. Default = false.
(Inherited from FieldShape.)
Public propertyRequired
Field is required. Default = false.
(Inherited from FieldShape.)
Public propertyRightMargin
Extra space to the right of this shape (only useful in combination with docking).
(Inherited from Shape.)
Public propertyStyle
The appearance for this field. (default = square)
Public propertyTextColor
The color of the text in this form field.
(Inherited from FieldShape.)
Public propertyTooltip
The name of the field as used in the user interface.
(Inherited from FieldShape.)
Public propertyTopMargin
Extra space above this shape (only useful in combination with docking).
(Inherited from Shape.)
Public propertyUncheckedValue
The unchecked (export) value.
Public propertyValue
The value of this field.
Public propertyWidth
Width of this form field area.
(Inherited from FieldShape.)
Public propertyX
X-position of the lower-left corner, center or start point (depending on shape type).
(Inherited from Shape.)
Public propertyY
Y-position of the lower-left corner, center or start point (depending on shape type).
(Inherited from Shape.)

See Also