[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.GcPdfDocument.FontsUsageStats.FontSubsetInfo

Class GcPdfDocument.FontsUsageStats.FontSubsetInfo

Namespace
GrapeCity.Documents.Pdf
Assembly
GcDocs.Pdf.dll

Represents a font subset and its usage in a PDF.

public class GcPdfDocument.FontsUsageStats.FontSubsetInfo
Inheritance
object
GcPdfDocument.FontsUsageStats.FontSubsetInfo
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

FontSubsetInfo()

public FontSubsetInfo()

Properties

Conflicts

Gets the list of font subsets that define sets of characters which conflict with the set of characters defined in the current subset. A conflict occurs if the same PDF code is associated with different Unicode character or glyph in different font subsets.

public List<GcPdfDocument.FontsUsageStats.FontSubsetInfo> Conflicts { get; }

Property Value

System.Collections.Generic.List<T><GcPdfDocument.FontsUsageStats.FontSubsetInfo>

ContainedIn

Gets the list of font subsets that define sets of characters which contain all characters in the current subset.

public List<GcPdfDocument.FontsUsageStats.FontSubsetInfo> ContainedIn { get; }

Property Value

System.Collections.Generic.List<T><GcPdfDocument.FontsUsageStats.FontSubsetInfo>

Contains

Gets the list of font subsets that define sets of characters which are fully contained in the current subset.

public List<GcPdfDocument.FontsUsageStats.FontSubsetInfo> Contains { get; }

Property Value

System.Collections.Generic.List<T><GcPdfDocument.FontsUsageStats.FontSubsetInfo>

Font

Gets the Font object associated with this subset.

public Font Font { get; }

Property Value

Font

Intersects

Gets the list of font subsets that define sets of characters that intersect with the set of characters defined in the current subset.

public List<GcPdfDocument.FontsUsageStats.FontSubsetInfo> Intersects { get; }

Property Value

System.Collections.Generic.List<T><GcPdfDocument.FontsUsageStats.FontSubsetInfo>

Same

Gets the list of font subsets that define the exact same set of characters as the current subset.

public List<GcPdfDocument.FontsUsageStats.FontSubsetInfo> Same { get; }

Property Value

System.Collections.Generic.List<T><GcPdfDocument.FontsUsageStats.FontSubsetInfo>

SubsetName

Gets the name of the subset.

public string SubsetName { get; }

Property Value

string