State
A form field appearance state.
State Properties
| Property |
Type |
Access |
Description |
| Active |
Boolean |
r/w |
State is the active state. |
| Enabled |
Boolean |
r/w |
State is enabled for PDF generation. |
| EPSs |
EPSs |
read |
The EPS graphics contained by the object. |
| GraphicLines |
GraphicLines |
read |
The graphic lines contained by the object. |
| Graphics |
Graphics |
read |
The graphics contained by the object. |
| Groups |
Groups |
read |
The groups contained by the object. |
| Id |
Long |
read |
A unique number identifying the object. |
| Images |
Images |
read |
The images contained by the object. |
| Index |
Long |
read |
Index of the object within its parent object. |
| Name |
String |
read |
The name of the object. |
| Ovals |
Ovals |
read |
All ovals contained by the object. |
| PageItems |
PageItems |
read |
The page items contained by the object. |
| Parent |
Object |
read |
The parent of the object. |
| PDFs |
PDFs |
read |
The PDF graphics contained by the object. |
| PICTs |
PICTs |
read |
The PICT graphics contained by the object. |
| Polygons |
Polygons |
read |
The polygons contained by the object. |
| Rectangles |
Rectangles |
read |
The rectangles contained by the object. |
| Statetype |
idStateTypes enumeration |
r/w |
State type. |
| TextFrames |
TextFrames |
read |
The text frames contained by the object. |
| WMFs |
WMFs |
read |
The WMF graphics contained by the object. |
State Methods
| Method |
Returns |
Description |
| Delete |
Nothing |
Deletes the object. |