Returns the enumerator that iterates through the collection of document fonts.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public IEnumerable<PdfFont> GetFonts()
VB
Public Function GetFonts As IEnumerable(Of PdfFont)
Return Value
Type:
IEnumerable<
PdfFont>
The enumerator that can be used to iterate through the collection of
document fonts.
See Also