Skip to main content

PdfDocumentArea(Int32, PdfRectangle) Constructor

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

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v23.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