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

PdfFitRectangleDestination(PdfPage, PdfRectangle) Constructor

Initializes a new instance of the PdfFitRectangleDestination class with the specified page and rectangle specified by the coordinates left, bottom, right, and top.

Namespace: DevExpress.Pdf

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

Declaration

public PdfFitRectangleDestination(
    PdfPage page,
    PdfRectangle rectangle
)

Parameters

Name Type Description
page PdfPage

A PdfPage object that is the page with its contents.

rectangle PdfRectangle

A PdfRectangle that is the rectangle specified by the coordinates left, bottom, right, and top.

See Also