ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDEFont Class / GetSysFont Method




In This Topic
    GetSysFont Method
    In This Topic
    Gets the system font object associated with a font object.
    Syntax
    'Declaration
     
    Public Function GetSysFont() As ImGearPDFSysFont
    'Usage
     
    Dim instance As ImGearPDEFont
    Dim value As ImGearPDFSysFont
     
    value = instance.GetSysFont()
    public ImGearPDFSysFont GetSysFont()
    public: ImGearPDFSysFont* GetSysFont(); 
    public:
    ImGearPDFSysFont^ GetSysFont(); 

    Return Value

    ImGearPDFSysFont class object.
    See Also