VintaSoft Barcode .NET SDK 14.3: Documentation for .NET developer
Vintasoft.Barcode Namespace / WriterSettings Class / MaxiCodeEncodingMode Property
Syntax Requirements SeeAlso
In This Topic
    MaxiCodeEncodingMode Property (WriterSettings)
    In This Topic
    Gets or sets the MaxiCode encoding mode.
    Syntax
    '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
    );
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also