enableTelepenNumericMode Property (WebBarcodeWriteRequestParams)
Gets or sets a value indicating whether the barcode writer enables the numeric mode in Telepen barcodes.
'Declaration
Public Property enableTelepenNumericMode As Boolean
public bool enableTelepenNumericMode { get; set; }
public: __property bool get_enableTelepenNumericMode();
public: __property void set_enableTelepenNumericMode(
bool
);
public:
property bool enableTelepenNumericMode {
bool get();
void set(bool );
}
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.
Numeric mode allows packing two digits into one character.
Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5