Aspose::Page::XPS::XpsDocument::InsertCanvas method
XpsDocument::InsertCanvas method
Inserts a new canvas to the active page at index position.
System::SharedPtr<XpsModel::XpsCanvas> Aspose::Page::XPS::XpsDocument::InsertCanvas(int32_t index)
Parameter | Type | Description |
---|---|---|
index | int32_t | Position at which a new canvas should be inserted. |
ReturnValue
Inserted canvas.
See Also
- Typedef SharedPtr
- Class XpsCanvas
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++