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

PdfFitBBoxDestination Constructors

Represents a destination that displays the page with its contents magnified just enough to fit its bounding box entirely within the window both horizontally and vertically.
Name Parameters Description
PdfFitBBoxDestination(PdfPage) page Initializes a new instance of the PdfFitBBoxDestination class with the page that contains the content magnified just enough to fit its bounding box entirely within the window.
See Also