ImageGear23.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFSysFont Class : Enumerate Method |
'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)
public static void Enumerate( ImGearPDFSysFont.ImGearPDFSysFontEnumerate fontEnumerationCallback, object userData )
public: static void Enumerate( ImGearPDFSysFont.ImGearPDFSysFontEnumerate* fontEnumerationCallback, Object* userData )
public: static void Enumerate( ImGearPDFSysFont.ImGearPDFSysFontEnumerate^ fontEnumerationCallback, Object^ userData )
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.