add_path method

add_path

Adds a path element

Returns

Added path.

def add_path(self, element):
    ...
ParameterTypeDescription
elementaspose.page.xps.xpsmodel.XpsPathThe path to be added.

add_path

Adds a new path to the active page.

Returns

Added path.

def add_path(self, data):
    ...
ParameterTypeDescription
dataaspose.page.xps.xpsmodel.XpsPathGeometryThe geometry of the path.

See Also