public class TextVerifyOptions extends VerifyOptions
Keeps options to verify document Text signature.
Constructor and Description |
---|
TextVerifyOptions()
Initializes a new instance of the TextVerifyOptions with default values.
|
TextVerifyOptions(String text)
Initializes a new instance of the TextVerifyOptions with verification text.
|
TextVerifyOptions(String text,
int implementation)
Initializes a new instance of the TextVerifyOptions with Text property to verify and signature implementation.
|
Modifier and Type | Method and Description |
---|---|
String |
getFormTextFieldTitle()
Gets or sets the title of form field to verify it.
|
Integer |
getFormTextFieldType()
Gets or sets the type of form field to verify it.
|
int |
getMatchType()
Gets or sets Text Match Type verification.
|
int |
getSignatureID()
Specify Text Signature ID more than zero if it should be verified.
|
int |
getSignatureImplementation()
Type of Signature to be verified.
|
String |
getText()
Specify Signature Text if it should be verified.
|
void |
setFormTextFieldTitle(String value)
Gets or sets the title of form field to verify it.
|
void |
setFormTextFieldType(Integer value)
Gets or sets the type of form field to verify it.
|
void |
setMatchType(int value)
Gets or sets Text Match Type verification.
|
void |
setSignatureID(int value)
Specify Text Signature ID more than zero if it should be verified.
|
void |
setSignatureImplementation(int value)
Type of Signature to be verified.
|
void |
setText(String value)
Specify Signature Text if it should be verified.
|
String |
toString()
Overrides conversion to string.
|
getAllPages, getExtensions, getPageNumber, getPagesSetup, isValid, setAllPages, setExtensions, setPageNumber, setPagesSetup, setValid
public TextVerifyOptions()
Initializes a new instance of the TextVerifyOptions with default values.
public TextVerifyOptions(String text)
Initializes a new instance of the TextVerifyOptions with verification text.
text
- Text to be verifiedpublic TextVerifyOptions(String text, int implementation)
Initializes a new instance of the TextVerifyOptions with Text property to verify and signature implementation.
text
- Text to be verified.implementation
- Signature Implementation type.public final String getFormTextFieldTitle()
Gets or sets the title of form field to verify it. If this property set text will be found only in text form fields.
public final Integer getFormTextFieldType()
Gets or sets the type of form field to verify it. If this property set text will be found only in text form fields.
public final int getMatchType()
Gets or sets Text Match Type verification.
public final int getSignatureID()
Specify Text Signature ID more than zero if it should be verified. This property is supported only for Pdf documents
public final int getSignatureImplementation()
Type of Signature to be verified.
public final String getText()
Specify Signature Text if it should be verified.
public final void setFormTextFieldTitle(String value)
Gets or sets the title of form field to verify it. If this property set text will be found only in text form fields.
public final void setFormTextFieldType(Integer value)
Gets or sets the type of form field to verify it. If this property set text will be found only in text form fields.
public final void setMatchType(int value)
Gets or sets Text Match Type verification.
public final void setSignatureID(int value)
Specify Text Signature ID more than zero if it should be verified. This property is supported only for Pdf documents
public final void setSignatureImplementation(int value)
Type of Signature to be verified.
public final void setText(String value)
Specify Signature Text if it should be verified.
public String toString()
Overrides conversion to string.
toString
in class VerifyOptions