QrCodeVerifyOptions
Contents
[
Hide
]
QrCodeVerifyOptions class
Keeps options to verify document QR-code signature.
public class QrCodeVerifyOptions : TextVerifyOptions
Constructors
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. |
Properties
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. |
Remarks
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
See Also
- class TextVerifyOptions
- namespace GroupDocs.Signature.Options
- assembly GroupDocs.Signature