Open this page in the API Guide

PaperOrientation

The possible units of measurement for pages dimensions and margins.
 

Example

The following is an example of how to reference the PaperOrientation object:

1
2
3
// The full path is required.
dundas.print.PaperOrientation.LANDSCAPE

 

Properties

 
  Name Description
  LANDSCAPE The page is oriented horizontally.
  PORTRAIT The page is oriented vertically.