QrCodeVerifyOptions
Leave feedback
On this page
Keeps options to verify document QR-code signature.
public class QrCodeVerifyOptions : TextVerifyOptions
| Name | Description |
|---|---|
| QrCodeVerifyOptions() | Creates verification option QrCodeVerifyOptions for QR-Code Signatures. |
| QrCodeVerifyOptions(string) | Creates verification option QrCodeVerifyOptions for QR-Code Signatures with QR-Code text to verify. |
| QrCodeVerifyOptions(string, QrCodeType) | Creates verification option QrCodeVerifyOptions for QR-Code Signatures with text and QR-Code encode type to verify. |
| Name | Description |
|---|---|
| AllPages { get; set; } | Flag to verify each document page. By default value is true. |
| DataEncryption { get; set; } | Gets or sets implementation of IDataEncryption interface to encode and decode QR-Code Signature Text properties. |
| EncodeType { get; set; } | Gets or sets QR-code Type verification. This property is optional. |
| 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 QR-code electronic signature by GroupDocs.Signature: How to eVerification QR-code signatures in a document
- Advanced usage of settings of verification for QR-code electronic signature with GroupDocs.Signature: Advanced usage of eVerification QR-code 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.