VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Barcode Namespace / WriterSettings Class / EnableTelepenNumericMode Property
Syntax Remarks Requirements SeeAlso
In This Topic
EnableTelepenNumericMode Property (WriterSettings)
In This Topic
Gets or sets a value indicating whether the barcode writer enables the numeric mode in Telepen barcodes.
Syntax
'Declaration

<DescriptionAttribute("Barcode writer enables the numeric mode in Telepen barcodes.")>
<DefaultValueAttribute(False)>
<CategoryAttribute("1D Barcodes")>
Public Property EnableTelepenNumericMode As Boolean

[Description("Barcode writer enables the numeric mode in Telepen barcodes.")]
[DefaultValue(False)]
[Category("1D Barcodes")]
public bool EnableTelepenNumericMode { get; set; }

Property Value

Default value is false.
Remarks

Numeric mode allows packing two digits into one character.

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also