Aspose::Page::XPS::XpsModel::XpsCanvas::InsertCanvas method

XpsCanvas::InsertCanvas method

Inserts a new canvas to this canvas’s child list at index position.

System::SharedPtr<XpsCanvas> Aspose::Page::XPS::XpsModel::XpsCanvas::InsertCanvas(int32_t index)
ParameterTypeDescription
indexint32_tPosition at which a new canvas should be inserted.

ReturnValue

Inserted canvas.

See Also