Aspose::Pdf::Vector::XFormPlacement::AddOnPage method

XFormPlacement::AddOnPage method

Adds current element on the page. If there are many elements to add better use Page::AddGraphics(GraphicElementCollection, Rectangle).

void Aspose::Pdf::Vector::XFormPlacement::AddOnPage(System::SharedPtr<Page> destination) override
ParameterTypeDescription
destinationSystem::SharedPtr<Page>Destination page

See Also