VintaSoft Barcode .NET SDK 15.0: Руководство для .NET разработчика
Vintasoft.Barcode Namespace / WriterSettings Class / Code128EncodingMode Property
Синтаксис Требования Смотрите также
В этом разделе
    Code128EncodingMode Свойство (WriterSettings)
    В этом разделе
    Возвращает или задает режим кодирования данных Code128.
    Синтаксис
    '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

    Значение по умолчанию: Code128EncodingMode.Undefined (режим кодирования рассчитывается автоматически).
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также