LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Width Property (CodecsImageInfo)

Show in webframe







Gets the width of the image in pixels.
Syntax
public int Width {get;}
'Declaration
 
Public ReadOnly Property Width As Integer
'Usage
 
Dim instance As CodecsImageInfo
Dim value As Integer
 
value = instance.Width
public int Width {get;}
@property (nonatomic, assign, readonly) unsigned int width;
public int getWidth()
 get_Width(); 
public:
property int Width {
   int get();
}

Property Value

The width of the image in pixels.
Example
For an example, refer to CodecsImageInfo.
Requirements

Target Platforms

See Also

Reference

CodecsImageInfo Class
CodecsImageInfo Members

 

 


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