Accusoft.NotateXpressSdk Namespace > NotateXpress Class : SetImageMappingDimensions Method |
'Declaration Public Sub SetImageMappingDimensions( _ ByVal width As Integer, _ ByVal height As Integer _ )
'Usage Dim instance As NotateXpress Dim width As Integer Dim height As Integer instance.SetImageMappingDimensions(width, height)
When ImagXpress is not atached to NotateXpress and you load an annotation file, NotateXpress cannot query ImagXpress for its current image dimenstions when mapping annotation coordinates. This method allows you to set 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.