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