Aspose::Pdf::LowCode::TableBuilder::to_TableOptions method

TableBuilder::to_TableOptions method

Converts builder TableBuilder to options TableOptions

static System::SharedPtr<TableOptions> Aspose::Pdf::LowCode::TableBuilder::to_TableOptions(const System::SharedPtr<TableBuilder> &builder)
ParameterTypeDescription
builderconst System::SharedPtr<TableBuilder>&Instance of current TableBuilder.

ReturnValue

Result of conversion to PdfGeneratorTableOptions.

See Also