public class ImagesSearchBarcodeOptions extends SearchBarcodeOptions
Represents the Bar-code Signature Search Options for Images Documents.
Constructor and Description |
---|
ImagesSearchBarcodeOptions()
Initializes a new instance of the ImagesSearchBarcodeOptions class with default values.
|
ImagesSearchBarcodeOptions(BarcodeType encodeType)
Initializes a new instance of the ImagesSearchBarcodeOptions class with encode type.
|
ImagesSearchBarcodeOptions(BarcodeType encodeType,
String text)
Initializes a new instance of the ImagesSearchBarcodeOptions class with encode type and text values.
|
getEncodeType, getMatchType, getText, setEncodeType, setMatchType, setText
getDocumentPageNumber, getPagesSetup, getSearchAllPages, getSearchPages, getSearchType, setDocumentPageNumber, setPagesSetup, setSearchAllPages, toString
public ImagesSearchBarcodeOptions()
Initializes a new instance of the ImagesSearchBarcodeOptions class with default values.
public ImagesSearchBarcodeOptions(BarcodeType encodeType)
Initializes a new instance of the ImagesSearchBarcodeOptions class with encode type.
encodeType
- Specifies Bar-code encode type.public ImagesSearchBarcodeOptions(BarcodeType encodeType, String text)
Initializes a new instance of the ImagesSearchBarcodeOptions class with encode type and text values.
encodeType
- Specifies Barcode encode type.text
- Set Text of Barcode signature to search for.Copyright © 2019. All rights reserved.