Accusoft ImagXpress 12
FromHBitmapWithResolution Method
See Also  Send comments on this topic.
hBitmap
A device dependent bitmap.
Xres
The horizontal (X) resolution.
Yres
The vertical (Y) resolution.
ResUnits
The units of measurement for the resolution.
AccusoftImagXpress12 ActiveX DLL > ImagXpress Object : FromHBitmapWithResolution Method

Glossary Item Box

Description

Loads in an image from a device dependent bitmap. The other parameters are the resolution of the image.

Syntax

Visual Basic
Public Sub FromHBitmapWithResolution( _
   ByVal hBitmap As Long, _
   ByVal Xres As Double, _
   ByVal Yres As Double, _
   ByVal ResUnits As enumIRes _
) 

Parameters

hBitmap
A device dependent bitmap.
Xres
The horizontal (X) resolution.
Yres
The vertical (Y) resolution.
ResUnits
ValueDescription
IRes_CmCentimeters.
IRes_InchInches.
IRes_MeterMeters.
IRes_NANot available: no absolute unit of measurement.
IRes_NoneNone.
The units of measurement for the resolution.

See Also

©2013. Accusoft Corporation. All Rights Reserved.