TextVerifyOptions
Contents
[
Hide
]
TextVerifyOptions class
Keeps options to verify document Text signature.
public class TextVerifyOptions : VerifyOptions
Constructors
Name | Description |
---|---|
TextVerifyOptions() | Initializes a new instance of the TextVerifyOptions with default values. |
TextVerifyOptions(string) | Initializes a new instance of the TextVerifyOptions with verification text. |
TextVerifyOptions(string, TextSignatureImplementation) | Initializes a new instance of the TextVerifyOptions with Text property to verify and signature implementation. |
Properties
Name | Description |
---|---|
AllPages { get; set; } | Flag to verify each document page. By default value is true. |
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 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
See Also
- class VerifyOptions
- namespace GroupDocs.Signature.Options
- assembly GroupDocs.Signature