Aspose::Pdf::DocumentExtensions::SplitSharedImages method

DocumentExtensions::SplitSharedImages method

For Images in Resources if two pages checks for common XImages and for similar cases splits them, by creating duplicate XImages.

static void Aspose::Pdf::DocumentExtensions::SplitSharedImages(System::SharedPtr<Document> doc, System::SharedPtr<Page> page_1, System::SharedPtr<Page> page_2)
ParameterTypeDescription
docSystem::SharedPtr<Document>The document containing both collections.
page_1System::SharedPtr<Page>First page for compare.
page_2System::SharedPtr<Page>Second page for compare/

See Also