Click or drag to resize

PDFViewCtrlConvPagePtToScreenPt Method

Converts a point in a page space to a point in screen space.

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

Parameters

x
Type: pdftron.CommonDoubleRef
x coordinate of the page point
y
Type: pdftron.CommonDoubleRef
y coordinate of the page point
pageNumber
Type: SystemInt32

[Missing <param name="pageNumber"/> documentation for "M:pdftron.PDF.PDFViewCtrl.ConvPagePtToScreenPt(pdftron.Common.DoubleRef,pdftron.Common.DoubleRef,System.Int32)"]

See Also