Skip to main content

PdfFitDestination(PdfPage) Constructor

Initializes a new instance of the PdfFitDestination class with the specified parameters.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfFitDestination(
    PdfPage page
)

Parameters

Name Type Description
page PdfPage

The page on which the destination should refer.

See Also