QrCodeSignOptions

QrCodeSignOptions()

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

public QrCodeSignOptions()

See Also


QrCodeSignOptions(string)

Initializes a new instance of the QRCodeSignOptions class with text.

public QrCodeSignOptions(string text)
Parameter Type Description
text String Signature text.

See Also


QrCodeSignOptions(string, QrCodeType)

Initializes a new instance of the BarcodeSignOptions class with text.

public QrCodeSignOptions(string text, QrCodeType encodeType)
Parameter Type Description
text String QRCode text
encodeType QrCodeType QRCode encode type see QrCodeType

See Also