Tabulation setPdfMargin: Difference between revisions
From Catglobe Wiki
More actions
Created page with "=== <span style="color:#DF8621">'''Examples'''</span> === <source lang="javascript"> //Set the margins on the header or footer: //Tabulation_SetPDFMargin(marginType, margin) ..." |
(No difference)
|
Revision as of 15:04, 21 June 2016
Examples
//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);