Signed Property

Summary

Gets or sets the value that determines whether the image that is being window-leveled is Signed or Unsigned.

Syntax
C#
VB
C++
public bool Signed { get; set; } 
  
Public Property Signed As Boolean 
public: 
property bool Signed { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true if the image that is being window-leveled is Signed; false if the image is Unsigned.

Example

Refer to RasterWindowLevelDialog example.

Requirements

Target Platforms

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