The following tables list the members exposed by FormPage.
Public Constructors
Name | Description | |
---|---|---|
FormPage | Initializes a new FormPage class object with explicit parameters. |
Protected Constructors
Name | Description | |
---|---|---|
FormField | Initializes a new instance of this class. (Inherited from List<FormField>) |
Public Methods
Name | Description | |
---|---|---|
Clone | Creates a copy of the field. (Inherited from List<FormField>) | |
Process | Performs processing on a form. (Inherited from List<FormField>) |
Protected Methods
Name | Description | |
---|---|---|
ReadXml | Reads the values stored in the XML file. (Inherited from List<FormField>) | |
ReadXmlValues | Fills this FormField from the XML string stored in _values_. (Inherited from List<FormField>) | |
WriteXml | Writes the values to an XML file. (Inherited from List<FormField>) | |
WriteXmlValues | Writes this FormField class data to the specified XML _valuesElement_. (Inherited from List<FormField>) |
Public Properties
Name | Description | |
---|---|---|
Bounds | Gets or sets a LeadRect that specifies the location of the field in the form image. (Inherited from List<FormField>) | |
DpiX | Gets or sets the page image resolution along the x-axis of the Master Form. | |
DpiY | Gets or sets the page image resolution along the y-axis of the Master Form. | |
Dropout | Gets or sets the dropout options. (Inherited from List<FormField>) | |
MasterPageNumber | Gets or sets the master page index that this FormField belong to. (Inherited from List<FormField>) | |
Name | Gets or sets the field's name. (Inherited from List<FormField>) | |
PageNumber | Gets the page number of the Master Form. | |
Result | Gets the results of processing this field. (Inherited from List<FormField>) | |
|
SerializationTagType | Gets or sets the serialization type to use with form fields. (Inherited from List<FormField>) |
Tag | Gets or sets user-defined data of the field. (Inherited from List<FormField>) |