VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Drawing Namespace / DrawingSymbol Structure
Constructors Properties Methods Operators SeeAlso
In This Topic
    DrawingSymbol Structure Members
    In This Topic
    The following tables list the members exposed by DrawingSymbol.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the structure.
    Public Properties
     NameDescription
    Public PropertyGets the content code that corresponds to the Text.
    Public PropertyGets a value indicating whether this symbol has content code.
    Public PropertyGets the Unicode text that corresponds to the ContentCode.
    Public PropertyGets the count of Unicode characters in Text.
    Public Methods
     NameDescription
    Public MethodDetermines whether the specified System.Object, is equal to this instance.
    Public MethodReturns a hash code for this instance.
    Public MethodConverts this object to a string.
    Public Operators
     NameDescription
    Public OperatorTests whether two specified DrawingSymbol structs are equivalent.
    Public OperatorPerforms an implicit conversion from DrawingSymbol to DrawingString.
    Public OperatorTests whether two specified DrawingSymbol structs are not equivalent.
    See Also