VintaSoft Barcode .NET SDK 14.3: Documentation for .NET developer
Vintasoft.Barcode Namespace / WriterSettings Class / Code16KEncodingMode Property
Syntax Requirements SeeAlso
In This Topic
    Code16KEncodingMode Property (WriterSettings)
    In This Topic
    Gets or sets the Code 16K data encoding mode.
    Syntax
    'Declaration
    
    <DescriptionAttribute("Code 16K data encoding mode.
    Default value is Undefined (encoding mode calculated automatically).")>
    <DefaultValueAttribute(Undefined)>
    <CategoryAttribute("1D Barcodes")>
    Public Property Code16KEncodingMode As Vintasoft.Barcode.BarcodeInfo.Code128EncodingMode
    
    
    [Description("Code 16K data encoding mode.
    Default value is Undefined (encoding mode calculated automatically).")]
    [DefaultValue(Undefined)]
    [Category("1D Barcodes")]
    public Vintasoft.Barcode.BarcodeInfo.Code128EncodingMode Code16KEncodingMode { get; set; }
    
    
    [Description("Code 16K data encoding mode.
    Default value is Undefined (encoding mode calculated automatically).")]
    [DefaultValue(Undefined)]
    [Category("1D Barcodes")]
    public: __property Vintasoft.Barcode.BarcodeInfo.Code128EncodingMode get_Code16KEncodingMode();
    public: __property void set_Code16KEncodingMode(
    Vintasoft.Barcode.BarcodeInfo.Code128EncodingMode value
    );
    [Description("Code 16K data encoding mode.
    Default value is Undefined (encoding mode calculated automatically).")]
    [DefaultValue(Undefined)]
    [Category("1D Barcodes")]
    public:
    property Vintasoft.Barcode.BarcodeInfo.Code128EncodingMode Code16KEncodingMode { Vintasoft.Barcode.BarcodeInfo.Code128EncodingMode get(); void set(Vintasoft.Barcode.BarcodeInfo.Code128EncodingMode value); }

    Property Value

    Default value is Code16KEncodingMode.Undefined (encoding mode calculated automatically).
    Requirements

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

    See Also