VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Drawing Namespace / DrawingString Class
Constructors Properties Methods Fields Operators SeeAlso
In This Topic
    DrawingString Class Members
    In This Topic
    The following tables list the members exposed by DrawingString.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Represents an empty string. This field is read-only.
    Public Properties
     NameDescription
    Public PropertyGets the count of characters in Text property.
    Public PropertyGets a value indicating whether this drawing string has information about content codes.
    Public PropertyGets the count of Unicode characters in Text property.
    Public PropertyGets the Unicode text.
    Public PropertyGets the character at the specified index in Text property.
    Public Methods
     NameDescription
    Public MethodReturns a value indicating whether a specified substring occurs within this string.
    Public MethodDetermines whether the specified System.Object, is equal to this instance.
    Public Methodstatic (Shared in Visual Basic)Creates a new instance of DrawingString class from encoded ASCII text.
    Public MethodReturns an enumerator that iterates through the collection.
    Public MethodReturns a hash code for this instance.
    Public Methodstatic (Shared in Visual Basic)Returns a value indicating whether the specified string is null or an Empty string.
    Public Methodstatic (Shared in Visual Basic)Returns a value indicating whether a specified string is null, empty, or consists only of white-space characters.
    Public MethodOverloaded. Splits a string into substrings based on the characters in an array.
    Public MethodOverloaded. Retrieves a substring from this instance. The substring starts at a specified character position and has a specified length.
    Public MethodEncodes this drawing string to an ASCII text.
    Public MethodReturns a copy of this DrawingString object converted to lowercase using the casing rules of the invariant culture.
    Public MethodConverts this object to a string.
    Public MethodReturns an array that contains symbols of this drawing string.
    Public MethodReturns a copy of this DrawingString object converted to uppercase using the casing rules of the invariant culture.
    Public MethodRemoves all leading and trailing occurrences of a set of characters specified in an array from the current DrawingString object.
    Public MethodRemoves all trailing occurrences of a set of characters specified in an array from the current DrawingString object.
    Public MethodRemoves all leading occurrences of a set of characters specified in an array from the current DrawingString object.
    Public Operators
     NameDescription
    Public OperatorConcatenates two specified strings.
    Public OperatorTests whether two specified DrawingString objects are equivalent.
    Public OperatorPerforms an implicit conversion from DrawingString to System.String.
    Public OperatorPerforms an implicit conversion from System.String to DrawingString.
    Public OperatorTests whether two specified DrawingString objects are not equivalent.
    See Also