Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Text Namespace / Font Class / IsEmbedded Property

In This Topic
    IsEmbedded Property (Font)
    In This Topic
    Gets a value indicating whether the font is embedded.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property IsEmbedded As System.Boolean
    public abstract System.bool IsEmbedded {get;}
    See Also