←Select platform

FormRecognitionAttributes Class

Summary

Describes the properties of a certain form. Attributes are encoded into an array of bytes.

Syntax

C#
VB
C++
[SerializableAttribute()] 
public class FormRecognitionAttributes 
  
<SerializableAttribute()> 
Public Class FormRecognitionAttributes  
[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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Recognition Assembly