Gets or sets whether the label should be drawn for the current instance of BarCodePainter.

Namespace:  PerpetuumSoft.Framework.Drawing
Assembly:  PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1

Syntax

C#
public bool ShowLabel { get; set; }
Visual Basic (Declaration)
Public Property ShowLabel As Boolean
Visual C++
public:
property bool ShowLabel {
	bool get ();
	void set (bool value);
}

See Also