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.
|
com.aspose.ms.System.Collections.Generic.List<Integer> |
getVerifyPages(int totalPages)
Override method to get list of pages to verify.
|
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
|
void |
validate()
Override method to validate options
|
getText, getVerifyAllPages, setText, setVerifyAllPages
getDocumentPageNumber, getExtensions, getPagesSetup, getSignatureConfig, isValid, release, setDocumentPageNumber, setExtensions, setPagesSetup, setSignatureConfig, setValid
public VerifyBarcodeOptions()
Creates default Verification Option for Barcode Signature
public BarcodeType getEncodeType()
Get or set Barcode Type verification.
public void setEncodeType(BarcodeType value)
Get or set Barcode Type verification.
public int getMatchType()
Get or set Text Match Type verification.
public void setMatchType(int value)
Get or set Text Match Type verification.
public com.aspose.ms.System.Collections.Generic.List<Integer> getVerifyPages(int totalPages)
Override method to get list of pages to verify.
getVerifyPages
in class VerifyTextOptions
public void validate()
VerifyTextOptions
Override method to validate options
validate
in class VerifyTextOptions
public String toString()
Overrides conversion to string
toString
in class VerifyTextOptions
Copyright © 2017. All rights reserved.