←Select platform

WindowWidth Property

Summary

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

Syntax

C#
VB
Java
WinRT C#
C++
public double WindowWidth { get; set; } 
Public Property WindowWidth As Double 
public double WindowWidth {get; set;} 
public double getWindowWidth() 
public void setWindowWidth(double value) 
             
 <br/>get_WindowWidth();<br/>set_WindowWidth(value);<br/>Object.defineProperty('WindowWidth');  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly