public abstract class VerifyBarcodeOptions extends VerifyTextOptions
Represents the Barcode Verify Options of Document.
Constructor and Description |
---|
VerifyBarcodeOptions() |
Modifier and Type | Method and Description |
---|---|
BarcodeType |
getEncodeType()
Get or set Barcode 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.
|
String |
toString()
Overrides conversion to string
|
getText, getVerifyAllPages, setText, setVerifyAllPages
getDocumentPageNumber, getExtensions, getPagesSetup, getSignatureConfig, isValid, release, setDocumentPageNumber, setExtensions, setPagesSetup, setSignatureConfig, setValid
public BarcodeType getEncodeType()
Get or set Barcode Type verification.
public void setEncodeType(BarcodeType value)
Get or set Barcode 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 String toString()
Overrides conversion to string
toString
in class VerifyTextOptions
Copyright © 2017. All rights reserved.