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

PdfDocumentArea(Int32, PdfRectangle) Constructor

Initializes a new instance of the PdfDocumentArea class with the specified settings.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfDocumentArea(
    int pageNumber,
    PdfRectangle area
)

Parameters

Name Type Description
pageNumber Int32

An integer value. This value is assigned to the PdfDocumentArea.PageNumber property.

area PdfRectangle

A PdfRectangle object. This value is assigned to the PdfDocumentArea.Area property.

See Also