VintaSoft Barcode .NET SDK 15.1: 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
    
    <DefaultValueAttribute(False)>
    <CategoryAttribute("1D Barcodes")>
    <DescriptionAttribute("Barcode writer enables the numeric mode in Telepen barcodes.")>
    Public Property EnableTelepenNumericMode As Boolean
    
    
    [DefaultValue(False)]
    [Category("1D Barcodes")]
    [Description("Barcode writer enables the numeric mode in Telepen barcodes.")]
    public bool EnableTelepenNumericMode { get; set; }
    
    
    [DefaultValue(False)]
    [Category("1D Barcodes")]
    [Description("Barcode writer enables the numeric mode in Telepen barcodes.")]
    public: __property bool get_EnableTelepenNumericMode();
    public: __property void set_EnableTelepenNumericMode(
    bool value
    );
    [DefaultValue(False)]
    [Category("1D Barcodes")]
    [Description("Barcode writer enables the numeric mode in Telepen barcodes.")]
    public:
    property bool EnableTelepenNumericMode { bool get(); void set(bool value); }

    Property Value

    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, 4.0, 3.5

    See Also