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

    Property Value

    Значение по умолчанию: AztecEncodingMode.Undefined.
    Требования

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

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