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