Toggle menu
876
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Tabulation setPdfMargin: Difference between revisions

From Catglobe Wiki
Created page with "=== <span style="color:#DF8621">'''Examples'''</span> === <source lang="javascript"> //Set the margins on the header or footer: //Tabulation_SetPDFMargin(marginType, margin) ..."
 
Blanked the page
Line 1: Line 1:
=== <span style="color:#DF8621">'''Examples'''</span> ===


<source lang="javascript">
//Set the margins on the header or footer:
//Tabulation_SetPDFMargin(marginType, margin)
// Diagram_PdfHeader_Margin_Top /  Diagram_PdfHeader_Margin_Bottom
// Diagram_PdfFooter_Margin_Top /  Diagram_PdfFooter_Margin_Bottom
//Needs a DCS
Tabulation_setPDFMargin(Diagram_PdfHeader_Margin_Top , 100);
Tabulation_setPDFMargin(Diagram_PdfFooter_Margin_Bottom, 100);
</source>

Revision as of 15:07, 21 June 2016