BarcodeSignOptions

BarcodeSignOptions()

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

public BarcodeSignOptions()

See Also


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


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