Skip to main content

PageLayoutPosition(Int32, Point) Constructor

Initializes new instance of the PageLayoutPosition class with the specified settings.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v25.1.Core.dll

NuGet Package: DevExpress.RichEdit.Core

Declaration

public PageLayoutPosition(
    int pageIndex,
    Point position
)

Parameters

Name Type Description
pageIndex Int32

An integer that is the index of a page.

position Point

A Point that specifies a position on a page.

See Also