Aspose::Pdf::DocSaveOptions::get_ReSaveFonts method

DocSaveOptions::get_ReSaveFonts method

Gets 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;.

bool Aspose::Pdf::DocSaveOptions::get_ReSaveFonts() const

See Also