Click or drag to resize

PDFViewCtrlConvPagePtToCanvasPt Method

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

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

Parameters

x
Type: pdftron.CommonDoubleRef
x coordinate of the page point
y
Type: pdftron.CommonDoubleRef
y coordinate of the page 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