Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Text Namespace / FontSimple Class / RemoveEmbeddedData Method
The document that owns the font.

In This Topic
    RemoveEmbeddedData Method (FontSimple)
    In This Topic
    Removes the embedded font data.

    Please note that a PDF may display incorrectly after removing an embedded font's data. Use with caution.

    Syntax
    'Declaration
     
    Public Overrides Sub RemoveEmbeddedData( _
       ByVal doc As GcPdfDocument _
    ) 
    public override void RemoveEmbeddedData( 
       GcPdfDocument doc
    )

    Parameters

    doc
    The document that owns the font.
    See Also