Indexes  

CatPaperOrientation (Enumeration)

enum CatPaperOrientation {
  catPaperPortrait,
  catPaperLandscape,
  catPaperBestFit
}
Paper orientation.
It is used by the PageSetup object for document printing.
Values:
catPaperPortrait
The portrait paper orientation
catPaperLandscape
The landscape paper orientation
catPaperBestFit
The paper orientation, chosen among portrait and landscape when printing, to best fit the printed image into the available space in the sheet of paper.


Copyright © 2006, Dassault Systèmes. All rights reserved.