[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.OptimizeDocumentOptions.RemoveEmbeddedFonts

RemoveEmbeddedFonts Property

RemoveEmbeddedFonts

Gets or sets whether embedded fonts should be removed from the document.

Note that a PDF may display incorrectly after embedded fonts are removed. Use with caution.

When this property is true, the value of OptimizeFontsOptions is ignored.

The default value is false.

Declaration
public bool RemoveEmbeddedFonts { get; set; }
Public Property RemoveEmbeddedFonts As Boolean
See Also