BarcodeVerifyOptions
inhoud
 [
        
            verbergen
        ]
    BarcodeVerifyOptions()
Creëert standaard verificatieoptie voor barcodehandtekening.
public BarcodeVerifyOptions()
Zie ook
- class BarcodeVerifyOptions
 - naamruimte GroupDocs.Signature.Options
 - montage GroupDocs.Signature
 
BarcodeVerifyOptions(string)
Creëert standaard verificatieoptie met verificatietekst
public BarcodeVerifyOptions(string text)
| Parameter | Type | Beschrijving | 
|---|---|---|
| text | String | Streepjescodetekst om te verifiëren | 
Zie ook
- class BarcodeVerifyOptions
 - naamruimte GroupDocs.Signature.Options
 - montage GroupDocs.Signature
 
BarcodeVerifyOptions(BarcodeType)
Creëert standaard verificatieoptie met streepjescodetype verificatie
public BarcodeVerifyOptions(BarcodeType encodeType)
| Parameter | Type | Beschrijving | 
|---|---|---|
| encodeType | BarcodeType | Barcode Type verificatie | 
Zie ook
- class BarcodeType
 - class BarcodeVerifyOptions
 - naamruimte GroupDocs.Signature.Options
 - montage GroupDocs.Signature
 
BarcodeVerifyOptions(string, BarcodeType)
Creëert standaard Verificatie Optie met Barcode Type verificatie en tekst
public BarcodeVerifyOptions(string text, BarcodeType encodeType)
| Parameter | Type | Beschrijving | 
|---|---|---|
| text | String | Streepjescodetekst om te verifiëren | 
| encodeType | BarcodeType | Barcode Type verificatie | 
Zie ook
- class BarcodeType
 - class BarcodeVerifyOptions
 - naamruimte GroupDocs.Signature.Options
 - montage GroupDocs.Signature