LEADTOOLS Medical (Leadtools.Dicom.Web assembly)

Width Property (ImageFormat)

Show in webframe



Gets or sets the Width of the image.
Syntax
'Declaration
 
Public Property Width As Integer
'Usage
 
Dim instance As ImageFormat
Dim value As Integer
 
instance.Width = value
 
value = instance.Width
public int Width {get; set;}
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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.