Accusoft.ImagXpress13.Net
WindowWidth Property




Gets and sets the width value used to specify a linear conversion from stored pixel values to values to be displayed after any Modality LUT or Rescale Slope and Intercept conversions have been applied.
Syntax
'Declaration
 
Public Property WindowWidth As Double
'Usage
 
Dim instance As Medical
Dim value As Double
 
instance.WindowWidth = value
 
value = instance.WindowWidth
public double WindowWidth {get; set;}
public: __property double get_WindowWidth();
public: __property void set_WindowWidth( 
   double value
);
public:
property double WindowWidth {
   double get();
   void set (    double value);
}

Property Value

A double value which represents the window width.
Remarks

WindowWidth contains the width of the window and shall always be greater than or equal to 1. When this value is greater than 1, WindowWidth and WindowCenter specify that range of input values to be mapped to the range of the output device. If DWindowWidth is equal to 1, WindowWidth and WindowCenter specify a value where input values below this value should be displayed as the minimum output value. For more information see Part 3, Annex C.11.2.1.2 of the DICOM standard.

This property is only valid when ValuesOfInterestLookupTable is set to false.

This property should only be used when DICOM specific information is available.

To set both the Center and Width parameters simultaneously use the Processor.ApplyGrayscaleTransform method.

Note: Available in Professional edition.

See Also

Reference

Medical Class
Medical Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback