Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / FontHandler Class / FontSubsetFlags Property

In This Topic
    FontSubsetFlags Property
    In This Topic
    Gets or sets the flags that allow fine-tuning the creation of subset for this font.

    By default this is null, which indicates that GcPdf will select appropriate flags automatically.

    Syntax
    'Declaration
     
    Public Property FontSubsetFlags As System.Nullable(Of FontSubsetFlags)
    public System.Nullable<FontSubsetFlags> FontSubsetFlags {get; set;}
    See Also