Skip to main content

PdfFitRectangleDestination(PdfPage, PdfRectangle) Constructor

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

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfFitRectangleDestination(
    PdfPage page,
    PdfRectangle rectangle
)

Parameters

Name Type Description
page PdfPage

The page to which the destination should refer.

rectangle PdfRectangle

The rectangle to fit into the document window.

See Also