| SignDocDocumentconvPagePointToCanvasPoint Method |
Convert a point expressed in document coordinate system of the
current page to a point expressed in canvas (image) coordinates.
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.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic void convPagePointToCanvasPoint(
Point point,
SignDocRenderParameters params
)
Public Sub convPagePointToCanvasPoint (
point As Point,
params As SignDocRenderParameters
)
public:
void convPagePointToCanvasPoint(
Point^ point,
SignDocRenderParameters^ params
)
member convPagePointToCanvasPoint :
point : Point *
params : SignDocRenderParameters -> unit
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