All Frameworks  Object Hierarchy  This Framework  Indexes  

CatImageRotation (Enumeration)

enum CatImageRotation {
  catImageNoRotation,
  catImageRotation90,
  catImageRotation180,
  catImageRotation270,
  catImageBestRotation
}
Image rotation.
It is used by the PageSetup object for document printing. The image rotation angle is counted clockwise.
Values:
catImageNoRotation
The image is not rotated
catImageRotation90
The image is rotated of 90 degrees clockwise
catImageRotation180
The image is rotated of 180 degrees clockwise
catImageRotation270
The image is rotated of 270 degrees clockwise


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