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

PageAPI::InsertPath method

Inserts a new path to the page at index position.

System::SharedPtr<Aspose::Page::XPS::XpsModel::XpsPath> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::InsertPath(int32_t index, System::SharedPtr<Aspose::Page::XPS::XpsModel::XpsPathGeometry> data)
ParameterTypeDescription
indexint32_tPosition at which a new path should be inserted.
dataSystem::SharedPtr<Aspose::Page::XPS::XpsModel::XpsPathGeometry>The geometry of the path.

ReturnValue

Inserted path.

See Also