←Select platform

FormRecognitionAttributes Class

Summary
Describes the properties of a certain form. Attributes are encoded into an array of bytes.
Syntax
C#
VB
C++
Java
[SerializableAttribute()] 
public class FormRecognitionAttributes 
  
<SerializableAttribute()> 
Public Class FormRecognitionAttributes  
public class FormRecognitionAttributes 
    implements java.io.Serializable 
[SerializableAttribute()] 
public ref class FormRecognitionAttributes  
Remarks

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.

Example

For an example, refer to SetData.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Recognition Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.