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




In This Topic
    ImGearPDFWord Class
    In This Topic
    Represents a word in a PDF file.
    Object Model
    ImGearPDFWord ClassImGearPDFStyle ClassImGearPDFFixedQuad Class
    Syntax
    'Declaration
     
    Public NotInheritable Class ImGearPDFWord 
       Inherits ImGearPDFObject
    'Usage
     
    Dim instance As ImGearPDFWord
    public sealed class ImGearPDFWord : ImGearPDFObject 
    public __gc __sealed class ImGearPDFWord : public ImGearPDFObject 
    public ref class ImGearPDFWord sealed : public ImGearPDFObject 
    Remarks
    Each word contains a sequence of characters in one or more styles.
    Inheritance Hierarchy

    System.Object
       ImageGear.Formats.PDF.ImGearPDFObject
          ImageGear.Formats.PDF.ImGearPDFWord

    See Also