Aspose::Pdf::Plugins::TableBuilder::InsertPageBefore method

TableBuilder::InsertPageBefore method

Insert page before specified page.

System::SharedPtr<TableOptions> Aspose::Pdf::Plugins::TableBuilder::InsertPageBefore(int32_t page)
ParameterTypeDescription
pageint32_tPage number to insert table after.

ReturnValue

Instance of current TableOptions.

See Also