Aspose::Page::XPS::XpsDocument::InsertPath method

XpsDocument::InsertPath method

Inserts a new path to the active page at index position.

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

ReturnValue

Inserted path.

See Also