'Declaration
Public Function GetDocumentFonts( _ ByVal includeEmbeddedFont As Boolean, _ ByVal includeNonEmbeddedFonts As Boolean _ ) As HashSet(Of PdfCosDictionary)
'Usage
Dim instance As PdfFixedDocument Dim includeEmbeddedFont As Boolean Dim includeNonEmbeddedFonts As Boolean Dim value As HashSet(Of PdfCosDictionary) value = instance.GetDocumentFonts(includeEmbeddedFont, includeNonEmbeddedFonts)
public HashSet<PdfCosDictionary> GetDocumentFonts( bool includeEmbeddedFont, bool includeNonEmbeddedFonts )
public: HashSet<PdfCosDictionary^>^ GetDocumentFonts( bool includeEmbeddedFont, bool includeNonEmbeddedFonts )
Parameters
- includeEmbeddedFont
- True if the set should include the embedded fonts.
- includeNonEmbeddedFonts
- True if the set should include the non-embedded fonts.
Return Value
A set of Xfinium.Pdf.Core.Cos.PdfCosDictionary objects representing the fonts used by this document.