Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
DynaPDF.Table.GetNextHeight
Calculates the height of the table.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
DynaPDF | 3.5 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "DynaPDF.Table.GetNextHeight"; Table; MaxHeight ) More
Parameters
Parameter | Description | Example |
---|---|---|
Table | The identifier for the table. | $Table |
MaxHeight | Maximum height for the table. | 500 |
Result
Returns calculated height or error.
Description
Calculates the height of the table.If the parameter MaxHeight is zero, then the full height will be returned. If MaxHeight is greater zero, then the height of the table is calculated that fits into the output height. This is the same height that DrawTable() would produce when drawing the table with the same parameters. This function can be useful if the height of the table must be known before it can be drawn. The function caches the result so that multiple calls with a different max height can be computed fast as possible.
The function must be called within an open page.
See also
- DynaPDF.Table.GetNextHeightRow
- DynaPDF.Table.GetNextRow
- DynaPDF.Table.GetTableHeight
- DynaPDF.Table.GetTableWidth
- DynaPDF.Table.SetRowHeight
This function checks for a license.
Created 18th August 2014, last changed 23th February 2021