[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Text.FontType3.RemoveEmbeddedData

RemoveEmbeddedData Method

RemoveEmbeddedData(GcPdfDocument)

Removes the embedded font data.

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

Declaration
public override void RemoveEmbeddedData(GcPdfDocument doc)
Public Overrides Sub RemoveEmbeddedData(doc As GcPdfDocument)
Parameters
Type Name Description
GcPdfDocument doc

The document that owns the font.

Overrides