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

PdfFitBBoxDestination(PdfPage) Constructor

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.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.1.Core.dll

Declaration

public PdfFitBBoxDestination(
    PdfPage page
)

Parameters

Name Type Description
page PdfPage

A PdfPage object that is the PDF page.

See Also