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

PdfFitBBoxHorizontallyDestination Constructors

A destination that positions a specific Y coordinate at the top left corner of the document window, and zooms a page’s bounding box so that it fits the window horizontally.
Name Parameters Description
PdfFitBBoxHorizontallyDestination(PdfPage, Nullable<Double>) page, top Initializes a new instance of the PdfFitBBoxHorizontallyDestination class with the specified parameters.
See Also