Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

ImageSize Property








Gets the size in pixels of this RasterImage object.
Syntax
public LeadSize ImageSize {get;}
'Declaration
 
Public ReadOnly Property ImageSize As LeadSize
'Usage
 
Dim instance As RasterImage
Dim value As LeadSize
 
value = instance.ImageSize
public LeadSize ImageSize {get;}
@property (nonatomic, assign, readonly) LeadSize imageSize
public LeadSize getImageSize()
 get_ImageSize(); 
public:
property LeadSize ImageSize {
   LeadSize get();
}

Property Value

The size in pixels of this RasterImage object.
Remarks
The size in pixels is Width by Height pixels.
Example
For an example, refer to RasterImage.
Requirements

Target Platforms

See Also

Reference

RasterImage Class
RasterImage Members

Error processing SSI file