Leadtools Namespace > RasterImage Class : GetImageHeightDpi Method |
'Usage Dim instance As RasterImage Dim useDpi As Boolean Dim value As Integer value = instance.GetImageHeightDpi(useDpi)
-(unsigned int)getImageHeightDpi:(BOOL)useDpi;
public int getImageHeightDpi(boolean useDpi)
function Leadtools.RasterImage.GetImageHeightDpi( useDpi )
Use Height to get the actual height of the image data scanlines.
For more information refer to Accounting For View Perspective.