Skip to main content
All docs
V20.1

AnnotationDeletingEventArgs.PageNumber Property

Gets the page number where the 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 represents the page number.

See Also