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



Accusoft.FormDirectorSdk Namespace > FormSet Class : Operations Property
A list of operations to perform on images before you identify them.
Syntax
'Declaration
 
Public ReadOnly Property Operations As DataItemCollection
'Usage
 
Dim instance As FormSet
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 image before you attempt to identify it. The most common operation is a ScanFix operation that deskews the image. See the documentation for the ScanFix component for more information regarding the content of items in this list.

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 enhancement algorithm or are using a third-party image enhancement toolkit. You could also use this property to hold image capture or scanning instructions.

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

If you create a new derived class from this class to manage I/O to a format different from that supported by FormSetFile, you must save this property.

Default value: A list containing no items.

See Also

Reference

FormSet Class
FormSet Members

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