Aspose::Page::XPS::XpsDocument::AddPath method

XpsDocument::AddPath method

Adds a new path to the active page.

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

ReturnValue

Added path.

See Also