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

Public Property enableTelepenNumericMode As Boolean

public bool enableTelepenNumericMode { get; set; }

Property Value

True - barcode writer must enable the numeric mode in Telpen barcodes; false - barcode writer must disable the numeric mode in Telpen barcodes.
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

See Also