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

PdfTextMarkupAnnotationChangedEventArgs.PageNumber Property

Gets the page number where the markup annotation is located.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v19.2.dll

Declaration

public int PageNumber { get; }

Property Value

Type Description
Int32

An integer value that is the current page number.

See Also