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

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.v19.1.Core.dll

Declaration

public PdfFitDestination(
    PdfPage page
)

Parameters

Name Type Description
page PdfPage

A PdfPage object that is the PDF page.

See Also