The CheckBoxFieldShape type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CheckBoxFieldShape()()()() |
Create a new checkbox field shape.
| |
| CheckBoxFieldShape(Double, Double) |
Create a new checkbox field shape.
| |
| CheckBoxFieldShape(Double, Double, Double, Double, String) |
Create a new checkbox field shape.
|
Methods
| Name | Description | |
|---|---|---|
| Clone |
Clones a Shape.
(Inherited from Shape.) | |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Read(String) |
Read from XML file.
(Inherited from Object.) | |
| Read(XmlElement) |
Read from XML element.
(Inherited from Object.) | |
| Read(XmlReader) |
Read from XML reader.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
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.) |