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

Show in webframe

Height Property (ObjectInstanceInformationEx)






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

            

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

Property Value

The height of the specified DICOM object in pixels.
Requirements

Target Platforms

See Also

Reference

ObjectInstanceInformationEx Class
ObjectInstanceInformationEx Members

Error processing SSI file