VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Drawing Namespace / DrawingString Class
In This Topic
DrawingString Class Methods
In This Topic
For a list of all methods of this type, see DrawingString.
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.
See Also