Tabulation setPdfMargin
Revision as of 16:08, 21 June 2016 by MortenHattingVoltelen (talk | contribs)
SetMarginPoints
Please write a description and submit to code to autogen it next time
Syntax
SetMarginPoints();
Return type
Empty
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);