BarcodeSignOptions
BarcodeSignOptions()
Initializes a new instance of the BarcodeSignOptions class with default values.
public BarcodeSignOptions()
See Also
- class BarcodeSignOptions
- namespace GroupDocs.Signature.Options
- assembly GroupDocs.Signature
BarcodeSignOptions(string)
Initializes a new instance of the BarcodeSignOptions class with text.
public BarcodeSignOptions(string text)
Parameter | Type | Description |
---|---|---|
text | String | Barcode text |
See Also
- class BarcodeSignOptions
- namespace GroupDocs.Signature.Options
- assembly GroupDocs.Signature
BarcodeSignOptions(string, BarcodeType)
Initializes a new instance of the BarcodeSignOptions class with text.
public BarcodeSignOptions(string text, BarcodeType encodeType)
Parameter | Type | Description |
---|---|---|
text | String | Barcode text |
encodeType | BarcodeType | Barcode encode type see BarcodeType |
See Also
- class BarcodeType
- class BarcodeSignOptions
- namespace GroupDocs.Signature.Options
- assembly GroupDocs.Signature