Skip to main content

DocumentPreviewMouseEventArgs.PageIndex Property

Gets the index of the document page for which the corresponding event has been raised.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v25.1.dll

NuGet Package: DevExpress.Wpf.Printing

Declaration

public int PageIndex { get; }

Property Value

Type Description
Int32

A zero-based index of the document page.

See Also