Skip to main content
A newer version of this page is available. .

PdfFitDestination(PdfPage) Constructor

Initializes a new instance of the PdfFitDestination class with the page that contains the contents magnified just enough to fit the entire page within the window both horizontally and vertically.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v18.2.Core.dll

Declaration

public PdfFitDestination(
    PdfPage page
)

Parameters

Name Type Description
page PdfPage

A PdfPage object that is the PDF page.

See Also