Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::InsertCanvas method

PageAPI::InsertCanvas method

Inserts a new canvas to the page at index position.

System::SharedPtr<Aspose::Page::XPS::XpsModel::XpsCanvas> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::InsertCanvas(int32_t index)
ParameterTypeDescription
indexint32_tPosition at which a new canvas should be inserted.

ReturnValue

Inserted canvas.

See Also