QrCodeSearchOptions
inhoud
[
verbergen
]
QrCodeSearchOptions()
Initialiseert een nieuwe instantie van de klasse QRCodeSearchOptions met standaardwaarden.
public QrCodeSearchOptions()
Zie ook
- class QrCodeSearchOptions
- naamruimte GroupDocs.Signature.Options
- montage GroupDocs.Signature
QrCodeSearchOptions(QrCodeType)
Initialiseert een nieuwe instantie van de klasse QRCodeSearchOptions met de waarde van het coderingstype.
public QrCodeSearchOptions(QrCodeType encodeType)
Parameter | Type | Beschrijving |
---|---|---|
encodeType | QrCodeType | Specificeert QR-Code-coderingstype. |
Zie ook
- class QrCodeType
- class QrCodeSearchOptions
- naamruimte GroupDocs.Signature.Options
- montage GroupDocs.Signature
QrCodeSearchOptions(QrCodeType, string)
Initialiseert een nieuwe instantie van de klasse QRCodeSearchOptions met coderingstype en tekstwaarden.
public QrCodeSearchOptions(QrCodeType encodeType, string text)
Parameter | Type | Beschrijving |
---|---|---|
encodeType | QrCodeType | Specificeert QR-Code-coderingstype. |
text | String | Stel de tekst van de handtekening van de QR-code in. |
Zie ook
- class QrCodeType
- class QrCodeSearchOptions
- naamruimte GroupDocs.Signature.Options
- montage GroupDocs.Signature