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

PdfDocumentPosition(Int32, PdfPoint) Constructor

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

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfDocumentPosition(
    int pageNumber,
    PdfPoint point
)

Parameters

Name Type Description
pageNumber Int32

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

point PdfPoint

A PdfPoint structure. This value is assigned to the PdfDocumentPosition.Point property.

See Also