Condition Property

Summary
Gets or sets the condition that must be met before the transformation is applied.
Syntax
C#
VB
C++
public OrientationConditionBase Condition { get; set; } 
Public Property Condition As OrientationConditionBase 
public: 
property OrientationConditionBase^ Condition { 
   OrientationConditionBase^ get(); 
   void set (    OrientationConditionBase^ ); 
} 

Property Value

The condition to be met.

Remarks

If ApplyOrientation returns true, then the transformation defined by Top and Right should be applied.

Example

For an example, refer to GetImage.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.