Aspose::Page::XPS::XpsDocument::InsertCanvas method

XpsDocument::InsertCanvas method

index 位置向活动页面插入一个新 Canvas。

System::SharedPtr<XpsModel::XpsCanvas> Aspose::Page::XPS::XpsDocument::InsertCanvas(int32_t index)
ParameterType描述
索引int32_t应插入新画布的位置。

ReturnValue

已插入的画布。

另见