VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode Namespace / WriterSettings Class / HanXinCodeEncodingMode Property
Syntax Remarks Requirements SeeAlso
In This Topic
    HanXinCodeEncodingMode Property (WriterSettings)
    In This Topic
    Gets or sets Han Xin Code data encoding mode.
    Syntax
    'Declaration
    
    <DefaultValueAttribute(Undefined)>
    <CategoryAttribute("Han Xin Code")>
    <DescriptionAttribute("Han Xin Code data encoding mode.
    Default value is Undefined (data stream optimized automatically).")>
    Public Property HanXinCodeEncodingMode As Vintasoft.Barcode.BarcodeInfo.HanXinCodeEncodingMode
    
    
    [DefaultValue(Undefined)]
    [Category("Han Xin Code")]
    [Description("Han Xin Code data encoding mode.
    Default value is Undefined (data stream optimized automatically).")]
    public Vintasoft.Barcode.BarcodeInfo.HanXinCodeEncodingMode HanXinCodeEncodingMode { get; set; }
    
    
    [DefaultValue(Undefined)]
    [Category("Han Xin Code")]
    [Description("Han Xin Code data encoding mode.
    Default value is Undefined (data stream optimized automatically).")]
    public: __property Vintasoft.Barcode.BarcodeInfo.HanXinCodeEncodingMode get_HanXinCodeEncodingMode();
    public: __property void set_HanXinCodeEncodingMode(
    Vintasoft.Barcode.BarcodeInfo.HanXinCodeEncodingMode value
    );
    [DefaultValue(Undefined)]
    [Category("Han Xin Code")]
    [Description("Han Xin Code data encoding mode.
    Default value is Undefined (data stream optimized automatically).")]
    public:
    property Vintasoft.Barcode.BarcodeInfo.HanXinCodeEncodingMode HanXinCodeEncodingMode { Vintasoft.Barcode.BarcodeInfo.HanXinCodeEncodingMode get(); void set(Vintasoft.Barcode.BarcodeInfo.HanXinCodeEncodingMode value); }

    Property Value

    Default value is QREncodingMode.Undefined.
    Remarks

    Parameter will be calculated automatically if value is QREncodingMode.Undefined.

    Requirements

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

    See Also