VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode Namespace / WriterSettings Class / HanXinCodeSymbol Property
Syntax Requirements SeeAlso
In This Topic
    HanXinCodeSymbol Property (WriterSettings)
    In This Topic
    Gets or sets the Han Xin Code symbol version (symbol size).
    Syntax
    'Declaration
    
    <DescriptionAttribute("Han Xin Code symbol version (symbol size).
    Default value is Undefined (symbol version calculated automatically).")>
    <DefaultValueAttribute(Undefined)>
    <CategoryAttribute("Han Xin Code")>
    Public Property HanXinCodeSymbol As Vintasoft.Barcode.BarcodeInfo.HanXinCodeSymbolVersion
    
    
    [Description("Han Xin Code symbol version (symbol size).
    Default value is Undefined (symbol version calculated automatically).")]
    [DefaultValue(Undefined)]
    [Category("Han Xin Code")]
    public Vintasoft.Barcode.BarcodeInfo.HanXinCodeSymbolVersion HanXinCodeSymbol { get; set; }
    
    
    [Description("Han Xin Code symbol version (symbol size).
    Default value is Undefined (symbol version calculated automatically).")]
    [DefaultValue(Undefined)]
    [Category("Han Xin Code")]
    public: __property Vintasoft.Barcode.BarcodeInfo.HanXinCodeSymbolVersion get_HanXinCodeSymbol();
    public: __property void set_HanXinCodeSymbol(
    Vintasoft.Barcode.BarcodeInfo.HanXinCodeSymbolVersion value
    );
    [Description("Han Xin Code symbol version (symbol size).
    Default value is Undefined (symbol version calculated automatically).")]
    [DefaultValue(Undefined)]
    [Category("Han Xin Code")]
    public:
    property Vintasoft.Barcode.BarcodeInfo.HanXinCodeSymbolVersion HanXinCodeSymbol { Vintasoft.Barcode.BarcodeInfo.HanXinCodeSymbolVersion get(); void set(Vintasoft.Barcode.BarcodeInfo.HanXinCodeSymbolVersion value); }

    Property Value

    Default value is HanXinCodeSymbolVersion.Undefined (symbol version calculated automatically).
    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