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

PdfDocumentArea.Create(PdfDocumentPosition, PdfDocumentPosition) Method

Creates a document area based on the specified start and end positions.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public static PdfDocumentArea Create(
    PdfDocumentPosition position1,
    PdfDocumentPosition position2
)

Parameters

Name Type Description
position1 PdfDocumentPosition

A PdfDocumentPosition object.

position2 PdfDocumentPosition

A PdfDocumentPosition object.

Returns

Type Description
PdfDocumentArea

A PdfDocumentArea object.

See Also