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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly