public class PDFVerifyTextOptions extends VerifyTextOptions
PDF Verify Text Options - keeps options to verify Text Signature of PDF Document.
Constructor and Description |
---|
PDFVerifyTextOptions()
Initializes a new instance of the PDFVerifyTextOptions with default values.
|
PDFVerifyTextOptions(String text)
Initializes a new instance of the PDFVerifyTextOptions with Text property to verify.
|
PDFVerifyTextOptions(String text,
int signatureID)
Initializes a new instance of the PDFVerifyTextOptions with Text property and Signature ID to verify.
|
PDFVerifyTextOptions(String text,
Integer implementation)
Initializes a new instance of the PDFVerifyTextOptions with Text property to verify.
|
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 |
getSignatureID()
Specify Text Signature ID more than zero if it should be verified.
|
int |
getSignatureImplementation()
Type of Signature to 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 |
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.
|
String |
toString()
Overrides conversion to string.
|
getMatchType, getText, getVerifyAllPages, setMatchType, setText, setVerifyAllPages
getDocumentPageNumber, getExtensions, getPagesSetup, getVerifyPages, isValid, setDocumentPageNumber, setExtensions, setPagesSetup, setValid
public PDFVerifyTextOptions()
Initializes a new instance of the PDFVerifyTextOptions with default values.
public PDFVerifyTextOptions(String text)
Initializes a new instance of the PDFVerifyTextOptions with Text property to verify.
text
- Text to be verifiedpublic PDFVerifyTextOptions(String text, int signatureID)
Initializes a new instance of the PDFVerifyTextOptions with Text property and Signature ID to verify.
text
- Text to be verified.signatureID
- Whole value of Signature ID to be verified with Text.public final String getFormTextFieldTitle()
Gets or sets the title of form field to verify it. This property could be used only with SignatureImplementation = TextToFormField.
public final Integer getFormTextFieldType()
Gets or sets the type of form field to verify it. This property could be used only with SignatureImplementation = TextToFormField.
public final int getSignatureID()
Specify Text Signature ID more than zero if it should be verified.
public final int getSignatureImplementation()
Type of Signature to be verified.
public final void setFormTextFieldTitle(String value)
Gets or sets the title of form field to verify it. This property could be used only with SignatureImplementation = TextToFormField.
public final void setFormTextFieldType(Integer value)
Gets or sets the type of form field to verify it. This property could be used only with SignatureImplementation = TextToFormField.
public final void setSignatureID(int value)
Specify Text Signature ID more than zero if it should be verified.
public final void setSignatureImplementation(int value)
Type of Signature to be verified.
public String toString()
Overrides conversion to string.
toString
in class VerifyTextOptions
Copyright © 2019. All rights reserved.