XFINIUM.PDF Documentation
GetDocumentFonts Method



Xfinium.Pdf Namespace > PdfFixedDocument Class : GetDocumentFonts Method
True if the set should include the embedded fonts.
True if the set should include the non-embedded fonts.
Gets the set of fonts included in the document.
Syntax
'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)

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.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfFixedDocument Class
PdfFixedDocument Members