XpsDocument.InsertPath
XpsDocument.InsertPath method
Inserts a new path to the active page at index position.
public XpsPath InsertPath(int index, XpsPathGeometry data)
Parameter | Type | Description |
---|---|---|
index | Int32 | Position at which a new path should be inserted. |
data | XpsPathGeometry | The geometry of the path. |
Return Value
Inserted path.
See Also
- class XpsPath
- class XpsPathGeometry
- class XpsDocument
- namespace Aspose.Page.XPS
- assembly Aspose.Page