VintaSoft Barcode .NET SDK 15.1: 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; }
    
    
    public: __property bool get_enableTelepenNumericMode();
    public: __property void set_enableTelepenNumericMode(
    bool value
    );
    public:
    property bool enableTelepenNumericMode { bool get(); void set(bool value); }

    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: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

    See Also