Gets or sets the notch percent of the barcode for the text value.
public new int TextNotchPercent {get; set;}
public: __property new int get_TextNotchPercent();
public: __property new void set_TextNotchPercent(
int value
);
public:
new property int TextNotchPercent {
int get();
void set ( int value);
}
'Declaration
Public Shadows Property TextNotchPercent As Integer
'Usage
Dim instance As ImGearBarcodeWriter
Dim value As Integer
instance.TextNotchPercent = value
value = instance.TextNotchPercent
Property Value
A long which represents the percentage.