BarcodeSettings
SupData Property
|
Supplement data.
Namespace:
Spire.Barcode
Assembly:
Spire.Barcode (in Spire.Barcode.dll) Version: 7.3.7.0 (7.3.7.9046)
Syntax
public string SupData { get; set; }
Public Property SupData As String
Get
Set
public:
virtual property String^ SupData {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract SupData : string with get, set
override SupData : string with get, set
Property Value
Type:
String
Implements
IBarcodeSettings
SupData
See Also