Aspose::Pdf::DocSaveOptions::set_ReSaveFonts method

DocSaveOptions::set_ReSaveFonts method

Sets the procedure for resaving fonts. If set to true, we reload fonts on every page to avoid the influence of previous font properties and load the newly created font from scratch. Set this option to false if you want to improve performance. The default value is true;.

void Aspose::Pdf::DocSaveOptions::set_ReSaveFonts(bool value)

See Also