Returns the size of paper, and margins, that will be used to print
width | integer | width of paper (in mm) |
height | integer | height of paper (in mm) |
paperCode | integer | Microsoft standard code to indicate the name of the paper (9 for A4, 8 for A3, etc) |
isPageLandscape | boolean | true if the orientation is landscape |
left | double | left margin (in mm) |
bottom | double | bottom margin (in mm) |
right | double | right margin (in mm) |
top | double | top margin (in mm) |
Return value | none |
Back to View
Back to Overview