QrCodeSignOptions
QrCodeSignOptions()
Initializes a new instance of the QRCodeSignOptions class with default values.
public QrCodeSignOptions()
See Also
- class QrCodeSignOptions
- namespace GroupDocs.Signature.Options
- assembly GroupDocs.Signature
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
- class QrCodeSignOptions
- namespace GroupDocs.Signature.Options
- assembly GroupDocs.Signature
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
- class QrCodeType
- class QrCodeSignOptions
- namespace GroupDocs.Signature.Options
- assembly GroupDocs.Signature