public class ImagesVerifyBarcodeOptions extends VerifyBarcodeOptions
Represents the Barcode Verify Options for Images Documents.
| Constructor and Description |
|---|
ImagesVerifyBarcodeOptions()
Initializes a new instance of the ImagesVerifyBarcodeOptions class with default values.
|
ImagesVerifyBarcodeOptions(String text)
Initializes a new instance of the ImagesVerifyBarcodeOptions class with text of Barcode to verify.
|
ImagesVerifyBarcodeOptions(String text,
BarcodeType encodeType)
Initializes a new instance of the ImagesVerifyBarcodeOptions with Text property and Barcode encode type to verify.
|
| Modifier and Type | Method and Description |
|---|---|
Integer |
getDocumentPageNumber()
Gets or sets document page number for verifying.
|
PagesSetup |
getPagesSetup()
Options to specify pages to be verified.
|
boolean |
getVerifyAllPages()
Verify all document pages.
|
void |
setDocumentPageNumber(Integer value)
Gets or sets document page number for verifying.
|
void |
setPagesSetup(PagesSetup value)
Options to specify pages to be verified.
|
void |
setVerifyAllPages(boolean value)
Verify all document pages.
|
String |
toString()
Overrides conversion to string.
|
getEncodeType, getMatchType, setEncodeType, setMatchTypegetText, setTextgetExtensions, getVerifyPages, isValid, setExtensions, setValidpublic ImagesVerifyBarcodeOptions()
Initializes a new instance of the ImagesVerifyBarcodeOptions class with default values.
public ImagesVerifyBarcodeOptions(String text)
Initializes a new instance of the ImagesVerifyBarcodeOptions class with text of Barcode to verify.
text - Text to verifypublic ImagesVerifyBarcodeOptions(String text, BarcodeType encodeType)
Initializes a new instance of the ImagesVerifyBarcodeOptions with Text property and Barcode encode type to verify.
text - Text to be verified.encodeType - Type of encoding.public Integer getDocumentPageNumber()
Gets or sets document page number for verifying. This property can only be used for multi-frames image formats (Tiff). Minimal value is 1.
getDocumentPageNumber in class VerifyOptionspublic PagesSetup getPagesSetup()
Options to specify pages to be verified. This property can only be used for multi-frames image formats (Tiff).
getPagesSetup in class VerifyOptionspublic boolean getVerifyAllPages()
Verify all document pages. This property can only be used for multi-frames image formats (Tiff).
getVerifyAllPages in class VerifyTextOptionspublic void setDocumentPageNumber(Integer value)
Gets or sets document page number for verifying. This property can only be used for multi-frames image formats (Tiff). Minimal value is 1.
setDocumentPageNumber in class VerifyOptionspublic void setPagesSetup(PagesSetup value)
Options to specify pages to be verified. This property can only be used for multi-frames image formats (Tiff).
setPagesSetup in class VerifyOptionspublic void setVerifyAllPages(boolean value)
Verify all document pages. This property can only be used for multi-frames image formats (Tiff).
setVerifyAllPages in class VerifyTextOptionspublic String toString()
Overrides conversion to string.
toString in class VerifyBarcodeOptionsCopyright © 2018. All rights reserved.