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.v26.1.dll

Declaration

public int PageIndex { get; }

Property Value

Type Description
Int32

A zero-based index of the document page.

See Also