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

    Property Value

    Значение по умолчанию: QREncodingMode.Undefined.
    Ремарки

    Параметр будет рассчитан автоматически, если значение равно QREncodingMode.Undefined.

    Требования

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

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