VintaSoft Barcode .NET SDK 15.0: Руководство для .NET разработчика
Vintasoft.Barcode Namespace / WriterSettings Class / Code16KEncodingMode Property
Синтаксис Требования Смотрите также
В этом разделе
    Code16KEncodingMode Свойство (WriterSettings)
    В этом разделе
    Возвращает или задает режим кодирования данных Code 16K.
    Синтаксис
    'Declaration
    
    <DefaultValueAttribute(Undefined)>
    <DescriptionAttribute("Code 16K data encoding mode.
    Default value is Undefined (encoding mode calculated automatically).")>
    <CategoryAttribute("1D Barcodes")>
    Public Property Code16KEncodingMode As Vintasoft.Barcode.BarcodeInfo.Code128EncodingMode
    
    
    [DefaultValue(Undefined)]
    [Description("Code 16K data encoding mode.
    Default value is Undefined (encoding mode calculated automatically).")]
    [Category("1D Barcodes")]
    public Vintasoft.Barcode.BarcodeInfo.Code128EncodingMode Code16KEncodingMode { get; set; }
    
    
    [DefaultValue(Undefined)]
    [Description("Code 16K data encoding mode.
    Default value is Undefined (encoding mode calculated automatically).")]
    [Category("1D Barcodes")]
    public: __property Vintasoft.Barcode.BarcodeInfo.Code128EncodingMode get_Code16KEncodingMode();
    public: __property void set_Code16KEncodingMode(
    Vintasoft.Barcode.BarcodeInfo.Code128EncodingMode value
    );
    [DefaultValue(Undefined)]
    [Description("Code 16K data encoding mode.
    Default value is Undefined (encoding mode calculated automatically).")]
    [Category("1D Barcodes")]
    public:
    property Vintasoft.Barcode.BarcodeInfo.Code128EncodingMode Code16KEncodingMode { Vintasoft.Barcode.BarcodeInfo.Code128EncodingMode get(); void set(Vintasoft.Barcode.BarcodeInfo.Code128EncodingMode value); }

    Property Value

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

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

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