VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode.BarcodeInfo Namespace / HanXinCodeGB18030TextValueItem Class / HanXinCodeGB18030TextValueItem Constructors / HanXinCodeGB18030TextValueItem Constructor(String,HanXinCodeEncodingMode)
Syntax Requirements SeeAlso
In This Topic
    HanXinCodeGB18030TextValueItem Constructor(String,HanXinCodeEncodingMode)
    In This Topic
    Initializes a new instance of the HanXinCodeGB18030TextValueItem class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal text
    The text value.
    As String, _
    ByVal encodingMode
    The encoding mode.
    As HanXinCodeEncodingMode _
    )
    public HanXinCodeGB18030TextValueItem(
    string text,
    HanXinCodeEncodingMode encodingMode
    )
    public: HanXinCodeGB18030TextValueItem(
    string* text,
    HanXinCodeEncodingMode encodingMode
    )
    public:
    HanXinCodeGB18030TextValueItem(
    string^ text,
    HanXinCodeEncodingMode encodingMode
    )

    Parameters

    text
    The text value.
    encodingMode
    The encoding mode.
    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