←Select platform

ImageSize Property

Summary

Gets the size in pixels of this RasterImage object.

Syntax
C#
VB
Objective-C
C++
Java
public LeadSize ImageSize { get; } 
Public ReadOnly Property ImageSize As LeadSize 
@property (nonatomic, assign, readonly) LeadSize imageSize 
public LeadSize getImageSize() 
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

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly