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