PDFReaderControls.NET Standard Class Reference

PagesViewer.DocumentToPage Method 

Convert a point in the page coordinate system to a point in the document coordinate system.

public PointF DocumentToPage(
   int pageIndex,
   PointF point
);

Parameters

pageIndex
Zero-based index of the page
point
Point in the client coordinate system

Return Value

Point in the document coordinate system

See Also

PagesViewer Class | TallComponents.PDF.ReaderControls Namespace