←Select platform

Width Property

Summary

Gets or sets the width of the specified DICOM object.

Syntax

C#
VB
C++
[DataMemberAttribute()] 
public int Width { get; set; } 
  
<XmlElementAttribute(2)> 
Public Property Width As Integer 
[XmlElementAttribute(2)] 
public: 
property int Width { 
   int get(); 
   void set (    int ); 
} 

Property Value

The width of the specified DICOM object in pixels.

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.Web Assembly