FormFix v6.0 for .NET - Updated
Operations Property (Field)



Accusoft.FormDirectorSdk Namespace > Field Class : Operations Property
A list of operations to perform on the field.
Syntax
'Declaration
 
Public ReadOnly Property Operations As DataItemCollection
'Usage
 
Dim instance As Field
Dim value As DataItemCollection
 
value = instance.Operations
public DataItemCollection Operations {get;}
public:
property DataItemCollection^ Operations {
   DataItemCollection^ get();
}
Remarks

This property holds the parameters for any number (including zero) of operations that you wish to perform on an a field.

Normally, this collection will end with a data extraction operation, such as OCR or OMR. It will often also include an image enhancement operation, such as a ScanFix image enhancement like despeckling or comb removal.

In addition to operations defined by Accusoft, you can create your own custom operations. Generally, you would do this if you have implemented your own image processing or data extraction algorithm or are using a third-party image enhancement or data extraction toolkit. You could also use this property to hold your own private instructions for some other purpose like storing extracted data into a database.

Changing this property will cause the HasChanged property to change to true.

Default value: A list containing no items.

See Also

Reference

Field Class
Field Members

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