Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / FontHandlerCollection Class / HasUsedFonts Property

In This Topic
    HasUsedFonts Property
    In This Topic
    Gets a value indicating whether the current collection contains at least one FontHandler object with the FontHandler.UsedInDocument property set.
    Syntax
    'Declaration
     
    Public ReadOnly Property HasUsedFonts As System.Boolean
    public System.bool HasUsedFonts {get;}
    See Also