BarcodeVerifyOptions
Leave feedback
On this page
Represents the Barcode verify options.
public class BarcodeVerifyOptions : TextVerifyOptions
| Name | Description |
|---|---|
| BarcodeVerifyOptions() | Creates default Verification Option for Barcode Signature. |
| BarcodeVerifyOptions(BarcodeType) | Creates default Verification Option with Barcode Type verification |
| BarcodeVerifyOptions(string) | Creates default Verification Option with verification text |
| BarcodeVerifyOptions(string, BarcodeType) | Creates default Verification Option with Barcode Type verification and text |
| Name | Description |
|---|---|
| AllPages { get; set; } | Flag to verify each document page. By default value is true. |
| EncodeType { get; set; } | Gets or sets Barcode Type verification. |
| Extensions { get; set; } | Additional extensions for alternative signature options verification. |
| FormTextFieldTitle { get; set; } | Gets or sets the title of form field to verify it. If this property set text will be found only in text form fields. |
| FormTextFieldType { get; set; } | Gets or sets the type of form field to verify it. If this property set text will be found only in text form fields. |
| IsValid { get; } | Valid property flag. |
| MatchType { get; set; } | Gets or sets Text Match Type verification. |
| virtual PageNumber { get; set; } | 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. |
| virtual PagesSetup { get; set; } | Page Options to specify pages to be verified. |
| ShapePosition { get; set; } | Specifies shape position in the document layout. For verifing signatures in headers/footers |
| SignatureID { get; set; } | Specify Text Signature ID more than zero if it should be verified. This property is supported only for Pdf documents |
| SignatureImplementation { get; set; } | Type of Signature to be verified. |
| Text { get; set; } | Specify Signature Text if it should be verified. |
Learn more
- Basic usage of verification for Barcode electronic signature by GroupDocs.Signature: How to eVerification Barcode signatures in a document
- Advanced usage of settings of verification for Barcode electronic signature with GroupDocs.Signature: Advanced usage of eVerification Barcode signatures in a document and additional settings
- class TextVerifyOptions
- namespace GroupDocs.Signature.Options
- assembly GroupDocs.Signature
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.