More actions
Created page with "=== <span style="color:#DF8621">'''Examples'''</span> === <source lang="javascript"> //Starting page number of the PDF report can be set: //Needs a DCS Tabulation_setStarti..." |
No edit summary |
||
Line 1: | Line 1: | ||
{{HelpFiles}} | |||
==== Tabulation_addFooterImage ==== | |||
Adds an image to the footer | |||
'''Syntax''' | |||
Tabulation_setStartingPageNumber(''8'') | |||
'''Arguments''' | |||
int pagenumber | |||
=== <span style="color:#DF8621">'''Examples'''</span> === | === <span style="color:#DF8621">'''Examples'''</span> === | ||
Line 8: | Line 21: | ||
Tabulation_setStartingPageNumber(8); | Tabulation_setStartingPageNumber(8); | ||
</source> | </source> | ||
[[category:Diagram/report generating CGScript functions]] | |||
{{note}} ''This function should be paired with function [http://wiki.catglobe.com/index.php/Tabulation_setShowResultAsPdf Tabulation_setShowResultAsPdf].'' | |||
'''Availability''' | |||
Version 6.0 |
Revision as of 08:51, 24 June 2016
Adds an image to the footer
Syntax
Tabulation_setStartingPageNumber(8)
Arguments int pagenumber
Examples
//Starting page number of the PDF report can be set:
//Needs a DCS
Tabulation_setStartingPageNumber(8);
Note: This function should be paired with function Tabulation_setShowResultAsPdf.
Availability
Version 6.0