| BaseBarcodeCustomText Property |
Custom text which will be rendered instead of Number.
Namespace:
Limilabs.Barcode
Assembly:
Barcode (in Barcode.dll) Version: 2.0.0.20
Syntax public string CustomText { get; set; }
Public Property CustomText As String
Get
Set
public:
virtual property String^ CustomText {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract CustomText : string with get, set
override CustomText : string with get, set
Property Value
Type:
StringImplements
IBaseBarcodeCustomTextSee Also