public abstract class SearchBarcodeOptions extends SearchOptions
Represents abstract search Options for Bar-code Signatures.
Constructor and Description |
---|
SearchBarcodeOptions()
Initializes a new instance of the SearchBarcodeOptions class with default values.
|
SearchBarcodeOptions(BarcodeType encodeType)
Initializes a new instance of the SearchBarcodeOptions class with encode type value.
|
SearchBarcodeOptions(BarcodeType encodeType,
String text)
Initializes a new instance of the SearchBarcodeOptions class with encode type and text values.
|
Modifier and Type | Method and Description |
---|---|
BarcodeType |
getEncodeType()
Specifies Encode Type property to search Bar-codes.
|
int |
getMatchType()
Get or set Bar-code text Match Type search.
|
String |
getText()
Specifies Bar-code Signature text if it should be searched and matched.
|
void |
setEncodeType(BarcodeType value)
Specifies Encode Type property to search Bar-codes.
|
void |
setMatchType(int value)
Get or set Bar-code text Match Type search.
|
void |
setText(String value)
Specifies Bar-code Signature text if it should be searched and matched.
|
getDocumentPageNumber, getPagesSetup, getSearchAllPages, getSearchPages, getSearchType, setDocumentPageNumber, setPagesSetup, setSearchAllPages, toString
public SearchBarcodeOptions()
Initializes a new instance of the SearchBarcodeOptions class with default values.
public SearchBarcodeOptions(BarcodeType encodeType)
Initializes a new instance of the SearchBarcodeOptions class with encode type value.
encodeType
- Specifies Barcode encode type.public SearchBarcodeOptions(BarcodeType encodeType, String text)
Initializes a new instance of the SearchBarcodeOptions class with encode type and text values.
encodeType
- Specifies Barcode encode type.text
- Set Text of Barcode signature.public final BarcodeType getEncodeType()
Specifies Encode Type property to search Bar-codes. If this value is not set, search is processed for all supported Bar-code Types
public final int getMatchType()
Get or set Bar-code text Match Type search. It is used only when Text property is set.
public final String getText()
Specifies Bar-code Signature text if it should be searched and matched.
public final void setEncodeType(BarcodeType value)
Specifies Encode Type property to search Bar-codes. If this value is not set, search is processed for all supported Bar-code Types
public final void setMatchType(int value)
Get or set Bar-code text Match Type search. It is used only when Text property is set.
public final void setText(String value)
Specifies Bar-code Signature text if it should be searched and matched.
Copyright © 2019. All rights reserved.