| BaseBarcodeIsNumberVisible Property |
True if text should be visible in rendered barcode.
Namespace:
Limilabs.Barcode
Assembly:
Barcode (in Barcode.dll) Version: 2.0.0.20
Syntax public bool IsNumberVisible { get; set; }
Public Property IsNumberVisible As Boolean
Get
Set
public:
virtual property bool IsNumberVisible {
bool get () sealed;
void set (bool value) sealed;
}
abstract IsNumberVisible : bool with get, set
override IsNumberVisible : bool with get, set
Property Value
Type:
BooleanImplements
IBaseBarcodeIsNumberVisibleSee Also