Skip to main content
All docs
V20.1

PdfTextMarkupAnnotationChangedEventArgs.PageNumber Property

Gets the page number where the markup 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 is the current page number.

See Also