LEADTOOLS Medical (Leadtools.Medical3D assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
Factor Property
See Also 
Leadtools.Medical3D Namespace > Medical3DWindowLevelProperties Class : Factor Property



Gets or sets the factor used to adjust window-leveling.

Syntax

Visual Basic (Declaration) 
Public Property Factor As Integer
Visual Basic (Usage)Copy Code
Dim instance As Medical3DWindowLevelProperties
Dim value As Integer
 
instance.Factor = value
 
value = instance.Factor
C# 
public int Factor {get; set;}
C++/CLI 
public:
property int Factor {
   int get();
   void set (    int value);
}

Property Value

The factor used to adjust window-leveling. Possible values range from -1000 to 1000.

Example

For an example, refer to Medical3DObject.WindowLevelProperties

Remarks

The value of this property is only useful if you set the window-level algorithm to something other than Medical3DWindowLevelFillType.Linear. For more information, refer to the Type.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Medical3D requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features