The CheckBoxFieldShape type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| BackgroundColor |
The background color of this form field.
(Inherited from FieldShape.) | |
| BorderColor |
The color of the border of this form field.
(Inherited from FieldShape.) | |
| BorderStyle |
The border style of this form field.
(Inherited from FieldShape.) | |
| BorderWidth |
The width in points of the border of this form field.
(Inherited from FieldShape.) | |
| BottomMargin |
Extra space below this shape (only useful in combination with docking).
(Inherited from Shape.) | |
| CheckedValue |
The checked (export) value.
| |
| DefaultValue |
The default value of this field.
| |
| Dock |
How this shape is docked.
(Inherited from Shape.) | |
| Font |
Returns the font of this form field.
(Inherited from FieldShape.) | |
| FontSize |
Returns the size of the font of this form field.
(Inherited from FieldShape.) | |
| FullName |
Fully qualified name of this field.
(Inherited from FieldShape.) | |
| Height |
Height of this form field area.
(Inherited from FieldShape.) | |
| Hidden |
This field will not be visible in the pdf-viewer. Default = false.
(Inherited from FieldShape.) | |
| HorizontalAlignment |
Justification to be used in displaying the text
(Inherited from FieldShape.) | |
| ID |
This Identifier (ID) can be used to track which shape raise an exception.
(Inherited from Shape.) | |
| LeftMargin |
Extra space to the left of this shape (only useful in combination with docking).
(Inherited from Shape.) | |
| MappingName |
Used when exporting data from the document.
(Inherited from FieldShape.) | |
| NoExport |
This field is not included when the form is submitted. Default = false.
(Inherited from FieldShape.) | |
| Opacity |
The opacity (0...255) which must be used for this shape. Default is 255 (fully opaque).
(Inherited from Shape.) | |
| Orientation |
Orientation of field in degrees (counter-clockwise).
(Inherited from FieldShape.) | |
This field will be visable on a printout. Default = true;
(Inherited from FieldShape.) | ||
| ReadOnly |
Read-only state of this field. Default = false.
(Inherited from FieldShape.) | |
| Required |
Field is required. Default = false.
(Inherited from FieldShape.) | |
| RightMargin |
Extra space to the right of this shape (only useful in combination with docking).
(Inherited from Shape.) | |
| Style |
The appearance for this field. (default = square)
| |
| TextColor |
The color of the text in this form field.
(Inherited from FieldShape.) | |
| Tooltip |
The name of the field as used in the user interface.
(Inherited from FieldShape.) | |
| TopMargin |
Extra space above this shape (only useful in combination with docking).
(Inherited from Shape.) | |
| UncheckedValue |
The unchecked (export) value.
| |
| Value |
The value of this field.
| |
| Width |
Width of this form field area.
(Inherited from FieldShape.) | |
| X |
X-position of the lower-left corner, center or start point (depending on shape type).
(Inherited from Shape.) | |
| Y |
Y-position of the lower-left corner, center or start point (depending on shape type).
(Inherited from Shape.) |