ImageGear .NET v25.0 - Updated
Enumerate Method (ImGearPDFSysFont)




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFSysFont Class : Enumerate Method
SystemFont enumeration callback procedure.
User data.
Enumerates system fonts.
Syntax
'Declaration
 
Public Shared Sub Enumerate( _
   ByVal fontEnumerationCallback As ImGearPDFSysFont.ImGearPDFSysFontEnumerate, _
   ByVal userData As Object _
) 
'Usage
 
Dim fontEnumerationCallback As ImGearPDFSysFont.ImGearPDFSysFontEnumerate
Dim userData As Object
 
ImGearPDFSysFont.Enumerate(fontEnumerationCallback, userData)

Parameters

fontEnumerationCallback
SystemFont enumeration callback procedure.
userData
User data.
Remarks
Enumerates all of the system fonts with EnumerateProc.

The SystemFont parameters must be copied during the enumeration if they are needed beyond the EnumerateProc.

Developers should not assume that the EnumerateProc will get called. If no system fonts are found, EnumerateProc is never called.

See Also

Reference

ImGearPDFSysFont Class
ImGearPDFSysFont Members
ImGearPDFAtom Class
ImGearPDFSysFont.ImGearPDFSysFontEnumerate Delegate