QrCodeSearchOptions

QrCodeSearchOptions()

Initializes a new instance of the QRCodeSearchOptions class with default values.

public QrCodeSearchOptions()

See Also


QrCodeSearchOptions(QrCodeType)

Initializes a new instance of the QRCodeSearchOptions class with encode type value.

public QrCodeSearchOptions(QrCodeType encodeType)
Parameter Type Description
encodeType QrCodeType Specifies QR-Code encode type.

See Also


QrCodeSearchOptions(QrCodeType, string)

Initializes a new instance of the QRCodeSearchOptions class with encode type and text values.

public QrCodeSearchOptions(QrCodeType encodeType, string text)
Parameter Type Description
encodeType QrCodeType Specifies QR-Code encode type.
text String Set Text of QR-Code signature.

See Also