FormFix v6.0 for .NET - Updated
Field Class
Members 



Accusoft.FormDirectorSdk Namespace : Field Class
Represents a single field on a form.
Object Model
Field ClassDataItem ClassDataItemCollection ClassDataItem ClassDataItemCollection ClassDataItem Class
Syntax
'Declaration
 
Public Class Field 
'Usage
 
Dim instance As Field
public class Field 
public ref class Field 
Remarks

The primary purpose of a Field object is to contain the parameters you need to process a single field on a form. Those parameters are a rectangle, measured in pixels relative to the top left corner of the template image; a set of construction parameters, a set of processing operations, and some miscellaneous data.

A FormDefinitionFile object reads and writes Field properties to a form definition file. If you create your own class, derived from FormDefinition, you must read and write fields as you read and write the rest of the form definition.

Inheritance Hierarchy

System.Object
   Accusoft.FormDirectorSdk.Field

See Also

Reference

Field Members
Accusoft.FormDirectorSdk Namespace

Is this page helpful?
Yes No
Thanks for your feedback.