PDFReaderControls.NET Standard Class Reference

PagesViewer.PageToDocument Method 

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

public RectangleF PageToDocument(
   int pageIndex,
   RectangleF rectangle
);

Parameters

pageIndex
Zero-based index of the page
rectangle
Rectangle in the client coordinate system

Return Value

Rectangle in the document coordinate system

See Also

PagesViewer Class | TallComponents.PDF.ReaderControls Namespace