Aspose::Pdf::Plugins::TableOptions::InsertPageBefore method

TableOptions::InsertPageBefore method

Insert page before specified page.

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

ReturnValue

Instance of current TableOptions.

See Also