Aspose::Pdf::Vector::GraphicElement::AddOnPage method

GraphicElement::AddOnPage method

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

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

See Also