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




In This Topic
    ImGearPDFSysFont Class
    In This Topic
    Represents a font installed in the host system.
    Object Model
    ImGearPDFSysFont ClassImGearPDFAtom ClassImGearPDFAtom ClassImGearPDFSysFont ClassImGearPDEFontAttrs ClassImGearPDEFontInfo ClassImGearPDFAtom Class
    Syntax
    'Declaration
     
    Public NotInheritable Class ImGearPDFSysFont 
       Inherits ImGearPDEObject
    'Usage
     
    Dim instance As ImGearPDFSysFont
    public sealed class ImGearPDFSysFont : ImGearPDEObject 
    public __gc __sealed class ImGearPDFSysFont : public ImGearPDEObject 
    public ref class ImGearPDFSysFont sealed : public ImGearPDEObject 
    Remarks
    System font methods allow you to list the fonts available in the host system and to find a font in the system that matches a PDE Font, if it is present.
    Inheritance Hierarchy

    System.Object
       ImageGear.Formats.PDF.ImGearPDFObject
          ImageGear.Formats.PDF.ImGearPDEObject
             ImageGear.Formats.PDF.ImGearPDFSysFont

    See Also