Skip to main content

PdfFitBBoxDestination(PdfPage) Constructor

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

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfFitBBoxDestination(
    PdfPage page
)

Parameters

Name Type Description
page PdfPage

The page to which the destination should refer.

See Also