VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Drawing Namespace / DrawingSymbol Structure / DrawingSymbol Constructors / DrawingSymbol Constructor(String,Int64)
Syntax Requirements SeeAlso
In This Topic
    DrawingSymbol Constructor(String,Int64)
    In This Topic
    Initializes a new instance of the DrawingSymbol structure.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal text
    The Unicode text.
    As System.String, _
    ByVal contentCode
    The content code that corresponds to the text.
    As Long _
    )
    public DrawingSymbol(
    System.String text,
    long contentCode
    )
    public: DrawingSymbol(
    System.String text,
    long contentCode
    )
    public:
    DrawingSymbol(
    System.String text,
    long contentCode
    )

    Parameters

    text
    The Unicode text.
    contentCode
    The content code that corresponds to the text.
    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