Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / GcPdfDocument Class / FontCollection Property

In This Topic
    FontCollection Property (GcPdfDocument)
    In This Topic
    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