Skip to main content
All docs
V20.1

PdfTextMarkupAnnotationChangedEventArgs.PageNumber Property

Gets the page number where the markup annotation is located.

Namespace: DevExpress.Xpf.PdfViewer

Assembly: DevExpress.Xpf.PdfViewer.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PdfViewer, DevExpress.Wpf.PdfViewer

Declaration

public int PageNumber { get; }

Property Value

Type Description
Int32

An integer value that is the current page number.

See Also