C#
VB
C++
Enables or disables font embedding in the output PDF file.
public bool EmbedAllFonts { get; set; }
Public Property EmbedAllFonts As Boolean
If true, specifies that all fonts are to be embedded in the PDF file, default false.
Embedding the fonts in the output file results in a larger PDF file.
For an example, refer to PDFOptimizerOptions.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET