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:

	// 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.