TextVerifyOptions
TextVerifyOptions()
Initializes a new instance of the TextVerifyOptions with default values.
public TextVerifyOptions()
See Also
- class TextVerifyOptions
- namespace GroupDocs.Signature.Options
- assembly GroupDocs.Signature
TextVerifyOptions(string)
Initializes a new instance of the TextVerifyOptions with verification text.
public TextVerifyOptions(string text)
Parameter | Type | Description |
---|---|---|
text | String | Text to be verified |
See Also
- class TextVerifyOptions
- namespace GroupDocs.Signature.Options
- assembly GroupDocs.Signature
TextVerifyOptions(string, TextSignatureImplementation)
Initializes a new instance of the TextVerifyOptions with Text property to verify and signature implementation.
public TextVerifyOptions(string text, TextSignatureImplementation implementation)
Parameter | Type | Description |
---|---|---|
text | String | Text to be verified. |
implementation | TextSignatureImplementation | Signature Implementation type. |
See Also
- enum TextSignatureImplementation
- class TextVerifyOptions
- namespace GroupDocs.Signature.Options
- assembly GroupDocs.Signature