Visual Basic (Declaration) | |
---|---|
<SerializableAttribute()> Public Class FormRecognitionAttributes |
Visual Basic (Usage) | Copy Code |
---|---|
|
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 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family