Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
DynaPDF.Table.GetNextHeight
Calculates the height of the table.
| Component | Version | macOS | Windows | Linux | Server | FileMaker 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 drawning 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
Created 18th August 2014, last changed 18th August 2014
DynaPDF.Table.GetFirstRow - DynaPDF.Table.GetNextHeightRow
Feedback: Report problem or ask question.
Links
MBS Xojo Plugins