Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / GcPdfDocument.FontsUsageStats.FontInfo Class / MergeInfos Property

In This Topic
    MergeInfos Property
    In This Topic
    Gets the list of fonts merge infos.
    Syntax
    'Declaration
     
    Public ReadOnly Property MergeInfos As System.Collections.Generic.List(Of GcPdfDocument.FontsUsageStats.MergeInfo)
    public System.Collections.Generic.List<GcPdfDocument.FontsUsageStats.MergeInfo> MergeInfos {get;}
    See Also