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

Show in webframe

XResolution Property






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

            

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

Property Value

The X-Resolution of the specified DICOM object in pixels.
Requirements

Target Platforms

See Also

Reference

ObjectInstanceInformationEx Class
ObjectInstanceInformationEx Members

Error processing SSI file