←Select platform

WindowWidth Property

Summary

Gets or sets the value of the "Window Width" (0028,1051) element.

Syntax
C#
VB
C++
Java
public double WindowWidth { get; set; } 
Public Property WindowWidth As Double 
public double getWindowWidth() 
public void setWindowWidth(double value) 
public: 
property double WindowWidth { 
   double get(); 
   void set (    double value); 
} 

Property Value

Value indicating the "Window Width" (0028,1051) element.

Remarks

WindowWidth shall always be greater than or equal to 1.

Example

For an example, refer to GetWindowCount.

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.

Leadtools.Dicom Assembly