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

PdfTextMarkupAnnotationCreatingEventArgs.PageNumber Property

Gets the page number where the annotation is being created.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v19.1.dll

Declaration

public int PageNumber { get; }

Property Value

Type Description
Int32

An integer value that is the number of a page.

See Also