The FormRecognitionAttributes Class is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
Describes the properties of a certain form. Attributes are encoded into an array of bytes.Visual Basic (Declaration) | |
---|---|
<SerializableAttribute()> Public Class FormRecognitionAttributes |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As FormRecognitionAttributes |
C# | |
---|---|
[SerializableAttribute()] public class FormRecognitionAttributes |
C++/CLI | |
---|---|
[SerializableAttribute()] public ref class FormRecognitionAttributes |
For an example, refer to SetData.
Attributes are encoded into array of bytes. If it is necessary to modify the attributes for the added or deleted pages of the form, the attributes object should be opened using either FormRecognitionEngine.OpenForm or FormRecognitionEngine.OpenMasterForm. Then close the object by using either FormRecognitionEngine.CloseForm or FormRecognitionEngine.CloseMasterForm.
System.Object
Leadtools.Forms.Recognition.FormRecognitionAttributes
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7