insert_canvas method
insert_canvas
Inserts a new canvas to the active page at index position.
Returns
Inserted canvas.
def insert_canvas(self, index):
...
| Parameter | Type | Description |
|---|---|---|
| index | int | Position at which a new canvas should be inserted. |
See Also
- module
aspose.page.xps - class
XpsCanvas - class
XpsDocument