Click or drag to resize

PDFViewCtrlConvCanvasPtToPagePt Method

Converts a point expressed in canvas space to a point on a page space.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void ConvCanvasPtToPagePt(
	DoubleRef x,
	DoubleRef y,
	int page_num
)

Parameters

x
Type: pdftron.CommonDoubleRef
x coordinate of the canvas point
y
Type: pdftron.CommonDoubleRef
x coordinate of the canvas point
page_num
Type: SystemInt32
the page number for the page used as the origin of the destination coordinate system. Negative values are used to represent the current page. Pages are indexed starting from one.
See Also