Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
DynaPDF.Table.SetPDF
Changes the PDF instance that is associated with the table.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
DynaPDF | 3.5 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "DynaPDF.Table.SetPDF"; Table; PDF ) More
Parameters
Parameter | Description | Example |
---|---|---|
Table | The identifier for the table. | $Table |
The PDF reference returned from DynaPDF.New. |
Result
Returns OK or error.
Description
Changes the PDF instance that is associated with the table.The PDF instance must be changed if the table should be drawn into another PDF instance as the one for which the table was created.
Note that extended color spaces and templates depend on the PDF instance in which these objects were created. If the table contains such objects then it is normally not possible to change the PDF instance.
See also
- DynaPDF.New
- DynaPDF.Table.GetPDF
- DynaPDF.Table.SetColor
- DynaPDF.Table.SetFlags
- DynaPDF.Table.SetFont
This function checks for a license.
Created 18th August 2014, last changed 18th August 2014