Aspose::Pdf::Document::set_AllowReusePageContent method

Document::set_AllowReusePageContent method

Allows to merge page contents to optimize docuement size. If used then differnet but duplicated pages may reference to the same content object. Please note that this mode may cause side effects like changing page content when other page is changed.

void Aspose::Pdf::Document::set_AllowReusePageContent(bool value)

See Also