Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / EmbeddedFont Class / Type Property

In This Topic
    Type Property (EmbeddedFont)
    In This Topic
    Gets the type of the embedded font (regular, bold, italic, bold italic).
    Syntax
    'Declaration
     
    Public ReadOnly Property Type As EmbeddedFontType
    public EmbeddedFontType Type {get;}
    See Also