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




In This Topic
    ImGearPDEText Class
    In This Topic
    Represents a text object.
    Object Model
    ImGearPDEText ClassImGearPDFFixedPoint ClassImGearPDFFixedRect ClassImGearPDEFont ClassImGearPDEGraphicState ClassImGearPDETextItem ClassImGearPDFFixedMatrix ClassImGearPDFFixedQuad ClassImGearPDETextState ClassImGearPDFFixedMatrix Class
    Syntax
    'Declaration
     
    Public NotInheritable Class ImGearPDEText 
       Inherits ImGearPDEElement
    'Usage
     
    Dim instance As ImGearPDEText
    public sealed class ImGearPDEText : ImGearPDEElement 
    public __gc __sealed class ImGearPDEText : public ImGearPDEElement 
    public ref class ImGearPDEText sealed : public ImGearPDEElement 
    Remarks
    It is a container for text as show strings or as individual characters. Each sub-element may have different graphics state properties. However, the same clip applies to all sub-elements of a Text. Also, the char path of a Text can be used to represent a clip.
    Inheritance Hierarchy

    System.Object
       ImageGear.Formats.PDF.ImGearPDFObject
          ImageGear.Formats.PDF.ImGearPDEObject
             ImageGear.Formats.PDF.ImGearPDEElement
                ImageGear.Formats.PDF.ImGearPDEText

    See Also