ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDEText Class
Properties Methods


In This Topic
    ImGearPDEText Class Members
    In This Topic

    The following tables list the members exposed by ImGearPDEText.

    Public Constructors
     NameDescription
    Public Constructor Initializes a new instance of the ImGearPDEText class.  
    Top
    Public Properties
     NameDescription
    Public Property Gets the number of characters in the text object.  
    Public Property Gets the number of text runs (show strings) in the text object.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Adds a character or a text run to a PDE Text object.  
    Public Method Adds a text item to a text element at a given index position.  
    Public Method Gets the advance width of a character or a text element.  
    Public MethodOverloaded.  Gets the bounding box of a character or a text run.  
    Public Method Gets the number of bytes occupied by the character code or text run.  
    Public Method Gets the font for a text character or element.  
    Public MethodOverloaded.  Gets the graphics state of a character or a text run.  
    Public Method Obtains a text item from a text element at a given index position.  
    Public MethodOverloaded.  Returns the transformation matrix from text space to the user space for individual text character or run.  
    Public Method Gets the quad bounding the specified text run or character.  
    Public Method Gets the index of the text run that contains the nth character in a text object.  
    Public Method Gets the text state of a character or a text element.  
    Public Method Returns the transformation matrix for the line width when stroking individual text character or run.  
    Public Method Gets the text for a text run or character.  
    Public MethodOverloaded.  Tests whether a point is on specified text.  
    Public MethodOverloaded.  Tests whether any part of a rectangle is on the specified text.  
    Public Method Removes characters or text runs from a text object.  
    Public Method Removes contiguous text items from a text element starting at a given index position.  
    Public Method Replaces characters in a text object.  
    Public Method Gets the number of characters in the specified text run.  
    Public Method Gets the character offset of the first character of the specified text run.  
    Public Method Sets the font of a text run.  
    Public Method Sets the graphics state of a text run.  
    Public Method Sets the matrix of a text run.  
    Public Method Sets the text state of a text run.  
    Public Method Sets the stroke matrix of a text run.  
    Public Method Splits a text run into two text runs.  
    Top
    See Also