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

PageAPI::AddPath method

Adds a new path to the page.

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

ReturnValue

Added path.

See Also