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

PageAPI::AddPath method

Adds a new path to the page.

System::SharedPtr<Aspose::Page::XPS::XpsModel::XpsPath> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::AddPath(System::SharedPtr<Aspose::Page::XPS::XpsModel::XpsPathGeometry> data)
ParameterTypeDescription
dataSystem::SharedPtr<Aspose::Page::XPS::XpsModel::XpsPathGeometry>The geometry of the path.

ReturnValue

Added path.

See Also