Error processing SSI file
LEADTOOLS Medical (Leadtools.Dicom.Web assembly)

Show in webframe

Width Property (ObjectInstanceInformationEx)






Gets or sets the width of the specified DICOM object.
Syntax
[XmlElementAttribute(2)]
public int Width {get; set;}
'Declaration
 
<XmlElementAttribute(2)>
Public Property Width As Integer
'Usage
 
Dim instance As ObjectInstanceInformationEx
Dim value As Integer
 
instance.Width = value
 
value = instance.Width

            

            
[XmlElementAttribute(2)]
public:
property int Width {
   int get();
   void set (    int value);
}

Property Value

The width of the specified DICOM object in pixels.
Requirements

Target Platforms

See Also

Reference

ObjectInstanceInformationEx Class
ObjectInstanceInformationEx Members

Error processing SSI file