C#
VB
Java
Objective-C
WinRT C#
C++
Gets the size in pixels of this RasterImage object, taking YResolution into account.
Public Function GetImageSizeDpi( _
ByVal useDpi As Boolean _
) As Leadtools.LeadSize
public Leadtools.LeadSize GetImageSizeDpi(
bool useDpi
)
- (LeadSize)imageSizeWithDpi:(BOOL)useDpi
public LeadSize getImageSizeDpi(boolean useDpi)
function Leadtools.RasterImage.GetImageSizeDpi(
useDpi
)
public:
Leadtools.LeadSize GetImageSizeDpi(
bool useDpi
)
useDpi
true to take into account the resolution (DPI) of the image; false to ignore the DPI.
The size in pixels of this RasterImage object, taking YResolution into account.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET