BarcodeVerifyOptions class
BarcodeVerifyOptions class
Represents the Barcode verify options.
Inheritance: BarcodeVerifyOptions →
TextVerifyOptions →
VerifyOptions
The BarcodeVerifyOptions type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
| init | Creates default Verification Option for Barcode Signature. |
| init | Creates default Verification Option with verification text |
| init | Creates default Verification Option with Barcode Type verification |
| init | Creates default Verification Option with Barcode Type verification and text |
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 |
| encode_type | Gets or sets Barcode Type verification. |
Remarks
Learn more | | | |
See Also
- module
groupdocs.signature.options - class
BarcodeVerifyOptions - class
TextVerifyOptions - class
VerifyOptions