Aspose::Pdf::Plugins::TableBuilder::to_TableOptions method

TableBuilder::to_TableOptions method

Converts builder TableBuilder to options TableOptions

static System::SharedPtr<TableOptions> Aspose::Pdf::Plugins::TableBuilder::to_TableOptions(System::SharedPtr<TableBuilder> builder)
ParameterTypeDescription
builderSystem::SharedPtr<TableBuilder>Instance of current TableBuilder.

ReturnValue

Result of conversion to PdfGeneratorTableOptions.

See Also