Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfFitRectangleDestination Constructors

Represents a destination that displays the page with its contents magnified just enough to fit the PdfFitRectangleDestination.Rectangle specified by the PdfRectangle.Left, PdfRectangle.Bottom, PdfRectangle.Right, PdfRectangle.Top coordinates entirely within the window both horizontally and vertically.
Name Parameters Description
PdfFitRectangleDestination(PdfPage, PdfRectangle) page, rectangle Initializes a new instance of the PdfFitRectangleDestination class with the specified page and rectangle specified by the coordinates left, bottom, right, and top.
See Also