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)
ParameterTypeDescription
indexint32_tPosition at which a new canvas should be inserted.

ReturnValue

Inserted canvas.

See Also