VintaSoft Barcode .NET SDK 15.0: Руководство для .NET разработчика
Vintasoft.Barcode Namespace / WriterSettings Class / MaxiCodeEncodingMode Property
Синтаксис Требования Смотрите также
В этом разделе
    MaxiCodeEncodingMode Свойство (WriterSettings)
    В этом разделе
    Возвращает или задает режим кодирования MaxiCode.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("MaxiCode encoding mode")>
    <DefaultValueAttribute(Mode4)>
    <CategoryAttribute("MaxiCode")>
    Public Property MaxiCodeEncodingMode As Vintasoft.Barcode.BarcodeInfo.MaxiCodeEncodingMode
    
    
    [Description("MaxiCode encoding mode")]
    [DefaultValue(Mode4)]
    [Category("MaxiCode")]
    public Vintasoft.Barcode.BarcodeInfo.MaxiCodeEncodingMode MaxiCodeEncodingMode { get; set; }
    
    
    [Description("MaxiCode encoding mode")]
    [DefaultValue(Mode4)]
    [Category("MaxiCode")]
    public: __property Vintasoft.Barcode.BarcodeInfo.MaxiCodeEncodingMode get_MaxiCodeEncodingMode();
    public: __property void set_MaxiCodeEncodingMode(
    Vintasoft.Barcode.BarcodeInfo.MaxiCodeEncodingMode value
    );
    Требования

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

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