Click or drag to resize
SignDocDocumentconvCanvasPointToPagePoint Method
Convert a point expressed in canvas (image) coordinates to a point expressed in document coordinate system of the current page. The origin is in the bottom left corner of the page. The origin is in the upper left corner of the image. See @ref signdocshared_coordinates. If multiple pages are selected (see #de.softpro.doc.SignDocRenderParameters.setPages()), the first page of the range will be used.

Namespace:  de.softpro.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
public void convCanvasPointToPagePoint(
	Point point,
	SignDocRenderParameters params
)

Parameters

point
Type: de.softpro.signdocsdkPoint
The point to be converted.
params
Type: de.softpro.signdocsdkSignDocRenderParameters
The parameters such as the page number and the zoom factor.
See Also