Accusoft NotateXpress 12
PrgGetImageMappingDimensions Method
See Also  Send comments on this topic.
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.
AccusoftNotateXpress12 ActiveX DLL > NotateXpress Object : PrgGetImageMappingDimensions Method

Glossary Item Box

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

©2013. Accusoft Corporation. All Rights Reserved.