Open this page in the API Guide

PaperUnit

Specifies the possible types of units of measurement for pages dimensions and margins.
 

Example

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

1
2
3
// The full path is required.
dundas.print.PaperUnit.INCH

 

Properties

 
  Name Description
  INCH The size is specified in inches.
  MILLIMETER The size is specified in millimeters.
  PIXEL The size is specified in pixels.