Error processing SSI file
Leadtools.Dicom.Services

Show in webframe

Height Property (ImageInfo)






Gets or sets height of the image.
Syntax
public int Height {get; set;}
'Declaration
 
Public Property Height As Integer
'Usage
 
Dim instance As ImageInfo
Dim value As Integer
 
instance.Height = value
 
value = instance.Height

            

            
public:
property int Height {
   int get();
   void set (    int value);
}

Property Value

The height of the image in pixels.
Requirements

Target Platforms

See Also

Reference

ImageInfo Class
ImageInfo Members

Error processing SSI file