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