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, setMatchType
getText, setText
getExtensions, getVerifyPages, isValid, setExtensions, setValid
public 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 VerifyOptions
public PagesSetup getPagesSetup()
Options to specify pages to be verified. This property can only be used for multi-frames image formats (Tiff).
getPagesSetup
in class VerifyOptions
public boolean getVerifyAllPages()
Verify all document pages. This property can only be used for multi-frames image formats (Tiff).
getVerifyAllPages
in class VerifyTextOptions
public 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 VerifyOptions
public 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 VerifyOptions
public void setVerifyAllPages(boolean value)
Verify all document pages. This property can only be used for multi-frames image formats (Tiff).
setVerifyAllPages
in class VerifyTextOptions
public String toString()
Overrides conversion to string.
toString
in class VerifyBarcodeOptions
Copyright © 2018. All rights reserved.