public abstract class VerifyBarcodeOptions extends VerifyTextOptions
Represents the Barcode Verify Options of Document.
| Constructor and Description |
|---|
VerifyBarcodeOptions()
Creates default Verification Option for Barcode Signature.
|
| Modifier and Type | Method and Description |
|---|---|
BarcodeType |
getEncodeType()
Get or set Barcode Type verification.
|
int |
getMatchType()
Get or set Text Match Type verification.
|
void |
setEncodeType(BarcodeType value)
Get or set Barcode Type verification.
|
void |
setMatchType(int value)
Get or set Text Match Type verification.
|
String |
toString()
Overrides conversion to string.
|
getText, getVerifyAllPages, setText, setVerifyAllPagesgetDocumentPageNumber, getExtensions, getPagesSetup, getVerifyPages, isValid, setDocumentPageNumber, setExtensions, setPagesSetup, setValidpublic VerifyBarcodeOptions()
Creates default Verification Option for Barcode Signature.
public BarcodeType getEncodeType()
Get or set Barcode Type verification.
public int getMatchType()
Get or set Text Match Type verification.
public void setEncodeType(BarcodeType value)
Get or set Barcode Type verification.
public void setMatchType(int value)
Get or set Text Match Type verification.
public String toString()
Overrides conversion to string.
toString in class VerifyTextOptionsCopyright © 2018. All rights reserved.