- formOptions
- A structure which specifies the form options.
Visual Basic (Declaration) | |
---|---|
Public Function CreateForm( _ ByVal formOptions As FormRecognitionOptions _ ) As FormRecognitionAttributes |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public FormRecognitionAttributes CreateForm( FormRecognitionOptions formOptions ) |
C++/CLI | |
---|---|
public: FormRecognitionAttributes^ CreateForm( FormRecognitionOptions^ formOptions ) |
Parameters
- formOptions
- A structure which specifies the form options.
For a complete example on using the forms recognition and processing, refer to the FormRecognitionEngine example.
This example creates a Form.
Visual Basic | Copy Code |
---|---|
''' This method creates a form attributes for recognition. |
C# | Copy Code |
---|---|
/// This method creates a form attributes for recognition. |
This methods is used to create form attributes to the Forms (filled form), the attributes that are generated using this method cannot be used as a Master Form attributes.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family