Skip to main content
All docs
V20.1

PdfAnnotationDeletingEventArgs.PageNumber Property

Gets the page number where the annotation is located.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v20.1.dll

NuGet Package: DevExpress.Win.PdfViewer

Declaration

public int PageNumber { get; }

Property Value

Type Description
Int32

An integer value that represents the page number.

See Also