Accusoft NotateXpress 13
PrgGetImageMappingDimensions Method
The address of a long to receive the width in pixels to use to map annotation coordinates.
The address of a long to receive the height in pixels to use to map annotation coordinates.
Description
Gets the mapping width and height coordinates when NotateXpress cannot query ImagXpress for current image dimensions.
Syntax
Visual Basic
Public Sub PrgGetImageMappingDimensions( _
   ByRef pWidth As Long, _
   ByRef pHeight As Long _
) 
Parameters
pWidth
The address of a long to receive the width in pixels to use to map annotation coordinates.
pHeight
The address of a long to receive the height in pixels to use to map annotation coordinates.
Remarks

This is for advanced users.

When ImagXpress is NOT attached to NotateXpress and you load an annotation file, NotateXpress cannot query ImagXpress for its current image dimensions when mapping annotation coordinates. This method lets you set a mapping width and height for this circumstance.

This method will only be used when ImagXpress is not attached to NotateXpress.

See Also

NotateXpress Object  | NotateXpress Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback