PDFReaderControls.NET Standard Class Reference

ThumbnailsViewer.ThumbnailRectangles Property

Returns an array of Rectangle objects that runs in parallel with the pages in the viewer.

public System.Drawing.Rectangle[] ThumbnailRectangles {get;}

Remarks

The rectangles are in client space so one unit corresponds with one pixel and the origin corresponds with the upper-left corner of the viewer control. Each time you call this getter, the rectangles are newly created.

See Also

ThumbnailsViewer Class | TallComponents.PDF.ReaderControls Namespace