Documents for PDF, .NET Edition Documentation
FontCollection Property (GcPdfDocument)

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf Namespace > GcPdfDocument Class : FontCollection Property
Gets or sets the GrapeCity.Documents.Text.IFontCollection object used when the GcPdfDocument needs to find a GrapeCity.Documents.Text.Font (e.g. if it is not embedded in the PDF). If this property is null (the default), then the GrapeCity.Documents.Text.FontCollection.SystemFonts will be used.
Syntax
'Declaration
 
Public Property FontCollection As IFontCollection
public IFontCollection FontCollection {get; set;}
See Also

Reference

GcPdfDocument Class
GcPdfDocument Members