Barcode Xpress for .NET Core v14.0 - Updated January 7, 2025
Accusoft.BarcodeXpressSdk Namespace / Writer Class / TextNotchPercent Property




In This Topic
TextNotchPercent Property
In This Topic
Gets and sets the notch percent of the barcode for the text value.
Syntax
'Declaration
 
Public Shadows Property TextNotchPercent As Integer
 
'Usage
 
Dim instance As Writer
Dim value As Integer
 
instance.TextNotchPercent = value
 
value = instance.TextNotchPercent

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