Accusoft.NotateXpress13.Net
GetImageMappingDimensions Method




An integer which represents the width, in pixels, to use to map annotation coordinates.
An integer which represents the height, in pixels, to use to map annotation coordinates.
Gets the mapping width and height coordinates when NotateXpress cannot query ImagXpress for current image dimensions.
Syntax
'Declaration
 
Public Sub GetImageMappingDimensions( _
   ByRef width As Integer, _
   ByRef height As Integer _
) 
'Usage
 
Dim instance As NotateXpress
Dim width As Integer
Dim height As Integer
 
instance.GetImageMappingDimensions(width, height)
public void GetImageMappingDimensions( 
   out int width,
   out int height
)
public: void GetImageMappingDimensions( 
   [PARAMFLAG::Out] int width,
   [PARAMFLAG::Out] int height
) 
public:
void GetImageMappingDimensions( 
   [Out] int width,
   [Out] int height
) 

Parameters

width
An integer which represents the width, in pixels, to use to map annotation coordinates.
height
An integer which represents the height, in pixels, to use to map annotation coordinates.
Remarks

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. The SetImageMappingDimensions lets you get a mapping width and height for this circumstance. The values set by this method will only be used when ImagXpress is not attached to NotateXpress.

This should be an exceptional case.

See Also

Reference

NotateXpress Class
NotateXpress Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback