TextVerifyOptions class
TextVerifyOptions class
Keeps options to verify document Text signature.
Inheritance: TextVerifyOptions → 
VerifyOptions
The TextVerifyOptions type exposes the following members:
Constructors
| Constructor | Description | 
|---|---|
| init | Initializes a new instance of the TextVerifyOptions with default values. | 
| init | Initializes a new instance of the TextVerifyOptions with verification text. | 
| init | Initializes a new instance of the TextVerifyOptions with Text property to verify and signature implementation. | 
Properties
| Property | Description | 
|---|---|
| is_valid | Valid property flag. | 
| page_number | Document Page Number to be verified. If property is not set - all Pages of 
 Document will be verified for first occurrence. Minimal value is 1.  | 
| pages_setup | Page Options to specify pages to be verified. | 
| all_pages | Flag to verify each document page. By default value is true. | 
| shape_position | Specifies shape position in the document layout. For verifing signatures in headers/footers | 
| extensions | Additional extensions for alternative signature options verification. | 
| text | Specify Signature Text if it should be verified. | 
| match_type | Gets or sets Text Match Type verification. | 
| signature_implementation | Type of Signature to be verified. | 
| form_text_field_title | Gets or sets the title of form field to verify it.
 If this property set text will be found only in text form fields.  | 
| form_text_field_type | Gets or sets the type of form field to verify it.
 If this property set text will be found only in text form fields.  | 
| signature_id | Specify Text Signature ID more than zero if it should be verified. This property is supported only for Pdf documents | 
Remarks
Learn more | | | |
See Also
- module 
groupdocs.signature.options - class 
TextVerifyOptions - class 
VerifyOptions