Difference between revisions of "Tabulation setPDFPrintingDirection"
Line 31: | Line 31: | ||
''Tabulation_setShowResultAsPdf(true); '' | ''Tabulation_setShowResultAsPdf(true); '' | ||
+ | |||
+ | ''//Result: The pages of PDF will be shown in Landscape direction'' | ||
'''Availability''' | '''Availability''' |
Latest revision as of 09:37, 28 December 2011
Tabulation_setPDFPrintingDirection
Set PDF printing direction
Syntax
Tabulation_setPDFPrintingDirection(direction)
Arguments
direction: Is a numeric (non-decimal) expression. The direction must be one of the values specified below
- 1: Diagram_PdfLayoutDirection_Portrait
- 2: Diagram_PdfLayoutDirection_Landscape
Return value
empty
Example
array groups = {{1, "Read"}, {2, "Write"}};
number a = createFrequenceDiagram("Single");
number reportUniqueId = Tabulation_saveAsReport("bug bug", 15707010, groups, true);
Tabulation_setPDFPrintingDirection(Diagram_PdfLayoutDirection_Landscape);
Tabulation_setShowResultAsPdf(true);
//Result: The pages of PDF will be shown in Landscape direction
Availability
Version 5.7