C#
VB
C++
Gets or sets the condition that must be met before the transformation is applied.
public OrientationConditionBase Condition { get; set; }
Public Property Condition As Leadtools.Dicom.Common.Datatypes.OrientationConditionBase
public:
property Leadtools.Dicom.Common.Datatypes.OrientationConditionBase^ Condition {
Leadtools.Dicom.Common.Datatypes.OrientationConditionBase^ get();
void set ( Leadtools.Dicom.Common.Datatypes.OrientationConditionBase^ );
}
The condition to be met.
If ApplyOrientation returns true, then the transformation defined by Top and Right should be applied.
For an example, refer to GetImage.
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