Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Text Namespace / FontDescriptor Class / Flags Property

In This Topic
    Flags Property (FontDescriptor)
    In This Topic
    Gets the flags defining various characteristics of the font.
    Syntax
    'Declaration
     
    Public ReadOnly Property Flags As System.Nullable(Of FontDescriptorFlags)
    public System.Nullable<FontDescriptorFlags> Flags {get;}
    See Also