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

    Property Value

    Default value is Code128EncodingMode.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