[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Text.Font.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 abstract void RemoveEmbeddedData(GcPdfDocument doc)
Public MustOverride Sub RemoveEmbeddedData(doc As GcPdfDocument)
Parameters
Type Name Description
GcPdfDocument doc

The document that owns the font.