ImageGear .NET v25.0 - Updated
SetSysFont Method




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEFont Class : SetSysFont Method
The system font object to set.
Sets the system font object associated with a font object.
Syntax
'Declaration
 
Public Sub SetSysFont( _
   ByVal systemFont As ImGearPDFSysFont _
) 
'Usage
 
Dim instance As ImGearPDEFont
Dim systemFont As ImGearPDFSysFont
 
instance.SetSysFont(systemFont)
public void SetSysFont( 
   ImGearPDFSysFont systemFont
)
public: void SetSysFont( 
   ImGearPDFSysFont* systemFont
) 
public:
void SetSysFont( 
   ImGearPDFSysFont^ systemFont
) 

Parameters

systemFont
The system font object to set.
See Also

Reference

ImGearPDEFont Class
ImGearPDEFont Members
ImGearPDFSysFont Class