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

Show in webframe

Width Property (ImageFormat)






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

            

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

Property Value

An System.Int32 number specifying the Width of the image.
Requirements

Target Platforms

See Also

Reference

ImageFormat Class
ImageFormat Members

Error processing SSI file