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

    Property Value

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

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

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