GetNumberOfFontsLoaded

Return the number of fonts currently loaded into the document Font Dictionary.

Not intended to be used directly from your code.

Example

Dim cPDF As New vbPDF

..

Dim intFontCount As Integer = cPDF.GetNumberOfFontsLoaded()