ImageGear .NET - Updated
TextNotchPercent Property




ImageGear24.Barcode Assembly > ImageGear.Barcode Namespace > ImGearBarcodeWriter Class : TextNotchPercent Property
Gets or sets the notch percent of the barcode for the text value.
Syntax
'Declaration
 
Public Shadows Property TextNotchPercent As Integer
'Usage
 
Dim instance As ImGearBarcodeWriter
Dim value As Integer
 
instance.TextNotchPercent = value
 
value = instance.TextNotchPercent
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);
}

Property Value

A long which represents the percentage.
Remarks

This property is used by supported barcodes UPC-A and EAN13. Otherwise this value is ignored.

Notch percent is only used with certain barcodes where this is standard. The barcode types that support a text notch are UPC-A, UPC-E, EAN-8 and EAN-13.

Default value: 10 percent.

Valid values: 0 - 50

See Also

Reference

ImGearBarcodeWriter Class
ImGearBarcodeWriter Members