BarcodeSettings
Data2D Property
|
Gets or sets text of 2D barcode.
Namespace:
Spire.Barcode
Assembly:
Spire.Barcode (in Spire.Barcode.dll) Version: 7.3.7.0 (7.3.7.9046)
Syntax
public string Data2D { get; set; }
Public Property Data2D As String
Get
Set
public:
virtual property String^ Data2D {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract Data2D : string with get, set
override Data2D : string with get, set
Property Value
Type:
String
Implements
IBarcodeSettings
Data2D
See Also