ImageGear .NET v25.0 - Updated
GetSysFont Method




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEFont Class : GetSysFont Method
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

Reference

ImGearPDEFont Class
ImGearPDEFont Members
ImGearPDFSysFont Class