Skip to main content
A newer version of this page is available. .
All docs
V20.2
.NET Framework 4.5.2+

IPdfViewerAnnotation Interface

Implements options used to obtain information common for annotation types.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v20.2.Drawing.dll

NuGet Package: DevExpress.Pdf.Drawing

Declaration

public interface IPdfViewerAnnotation :
    IPdfViewerAnnotationBase

Remarks

The IPdfViewerAnnotation interface serves as a base for the following interfaces:

Call the corresponding PdfViewerAnnotationExtensions method in the event handler to get options for a specific annotation type.

The code sample below shows how to retrieve common annotation options:

CODE

See Also