C#
VB
C++
Enables or disables font sub-setting in the output PDF file.
public bool SubsetFonts { get; set; }
Public Property SubsetFonts As Boolean
If true, enables font subsetting. If false, sub-setting is not enabled.
Font sub-setting embeds only those glyphs that are used in a document, instead of the entire font.
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