Skip to main content
A newer version of this page is available.
All docs
V18.2

PdfTextMarkupAnnotationChangedEventArgs.PageNumber Property

Gets the page number where the markup annotation is located.

Namespace: DevExpress.Xpf.PdfViewer

Assembly: DevExpress.Xpf.PdfViewer.v18.2.dll

Declaration

public int PageNumber { get; }

Property Value

Type Description
Int32

An integer value that is the current page number.

See Also