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

AnnotationDeletingEventArgs(Int32, PdfRectangle, String) Constructor

Initializes a new instance of the AnnotationDeletingEventArgs class with the specified settings.

Namespace: DevExpress.Xpf.PdfViewer

Assembly: DevExpress.Xpf.PdfViewer.v19.2.dll

Declaration

public AnnotationDeletingEventArgs(
    int pageNumber,
    PdfRectangle rect,
    string name
)

Parameters

Name Type Description
pageNumber Int32

An integer value that represents the page number.

rect PdfRectangle

A PdfRectangle object that represents the annotation’s bounds on the page.

name String

A String value that is the markup annotation name.

See Also