Gets the height of this RasterImage in pixels, taking ViewPerspective and YResolution into account.
public int GetImageHeightDpi(
bool useDpi
)
Public Function GetImageHeightDpi( _
ByVal useDpi As Boolean _
) As Integer
public int GetImageHeightDpi(
bool useDpi
)
- (NSInteger)imageHeightWithDpi:(BOOL)useDpi
public int getImageHeightDpi(boolean useDpi)
function Leadtools.RasterImage.GetImageHeightDpi(
useDpi
)
public:
int GetImageHeightDpi(
bool useDpi
)
useDpi
true to take into account the resolution (DPI) of the image; false to ignore the DPI.
The height of this RasterImage in pixels, taking ViewPerspective and YResolution into account.
Use Height to get the actual height of the image data scanlines.
For more information refer to Accounting For View Perspective.
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