QrCodeVerifyOptions class

QrCodeVerifyOptions class

Keeps options to verify document QR-code signature.

Inheritance: QrCodeVerifyOptionsTextVerifyOptionsVerifyOptions

The QrCodeVerifyOptions type exposes the following members:

Constructors

Constructor Description
init Creates verification option QrCodeVerifyOptions for QR-Code Signatures.
init Creates verification option QrCodeVerifyOptions for QR-Code Signatures with QR-Code text to verify.
init Creates verification option QrCodeVerifyOptions for QR-Code Signatures with text and QR-Code encode type to verify.

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 QR-code Type verification. This property is optional.
data_encryption Gets or sets implementation of IDataEncryption interface to encode and decode QR-Code Signature Text properties.

Remarks

Learn more | | | |

See Also