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.
|
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
|
getText, getVerifyAllPages, getVerifyPages, setText, setVerifyAllPages, validate
getDocumentPageNumber, getExtensions, getPagesSetup, getSignatureConfig, isValid, release, setDocumentPageNumber, setExtensions, setPagesSetup, setSignatureConfig, 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 verifiedsignatureID
- Whole value of Signature ID to be verified with Textpublic int getSignatureID()
Specify Text Signature ID more than zero if it should be verified.
public void setSignatureID(int value)
Specify Text Signature ID more than zero if it should be verified.
public int getSignatureImplementation()
Type of Signature to be verified
public void setSignatureImplementation(int value)
Type of Signature to be verified
public String getFormTextFieldTitle()
Gets or sets the title of form field to verify it. This property could be used only with SignatureImplementation = TextToFormField.
public 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 Integer getFormTextFieldType()
Gets or sets the type of form field to verify it. This property could be used only with SignatureImplementation = TextToFormField.
public 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 String toString()
Overrides conversion to string
toString
in class VerifyTextOptions
Copyright © 2017. All rights reserved.