Click or drag to resize

CPDFViewerGetPointPageInfo Method

Get the PDF page number corresponding to the current point, and the drawing range of the corresponding page

Namespace:  ComPDFKitViewer
Assembly:  ComPDFKit.Viewer (in ComPDFKit.Viewer.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
C#
public void GetPointPageInfo(
	Point point,
	out int pageIndex,
	out Rect paintRect,
	out Rect pageBound
)

Parameters

point
Type: System.WindowsPoint
Current point
pageIndex
Type: SystemInt32
Page Index
paintRect
Type: System.WindowsRect
Paint Rect
pageBound
Type: System.WindowsRect
Page Bound
See Also