Gets or sets a value that determines whether the patient's image orientation is face-to-face or face-to-back by updating the overlay orientation letters accordingly.
Object.defineProperty(Frame.prototype, 'projectionOrientation',
get: function(),
set: function(value)
)
projectionOrientation: ProjectionOrientationType;
ProjectionOrientationType to specify the value that determines whether the image orientation should be face-to-face or face-to-back by updating the overlay orientation letters accordingly.
This value changes the overlay text letter to match the desired projection orientation. For more information on how to use the overlay text, refer to Overlays.
For more information on how to use the window level, refer to WindowLevelInteractiveMode.
To get or set the patient's image projection orientation, refer to PatientProjection.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET