Method GetFonts
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
GetFonts()
Returns the enumerator that iterates through the collection of document fonts.
public IEnumerable<PdfFont> GetFonts()
Returns
- IEnumerable<PdfFont>
The enumerator that can be used to iterate through the collection of document fonts.
Remarks
The Unembed fonts section contains an example of using this method.