Back to Devexpress

IPdfViewerAnnotation Interface

officefileapi-devexpress-dot-pdf-3e034957.md

latest4.3 KB
Original Source

IPdfViewerAnnotation Interface

Implements options used to obtain information common for annotation types.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Drawing

Declaration

csharp
public interface IPdfViewerAnnotation :
    IPdfViewerAnnotationBase
vb
Public Interface IPdfViewerAnnotation
    Inherits IPdfViewerAnnotationBase

The following members return IPdfViewerAnnotation objects:

Show 19 links

LibraryRelated API Members
WinForms ControlsPdfAnnotationChangedEventArgs.Annotation
PdfAnnotationChangingEventArgs.NewAnnotation
PdfAnnotationChangingEventArgs.OldAnnotation
PdfAnnotationCreatedEventArgs.Annotation
PdfAnnotationDeletedEventArgs.Annotation
PdfAnnotationDeletingEventArgs.Annotation
PdfAnnotationGotFocusEventArgs.Annotation
PdfAnnotationLostFocusEventArgs.Annotation
WPF ControlsPdfAnnotationChangedEventArgs.Annotation
PdfAnnotationChangingEventArgs.NewAnnotation
PdfAnnotationChangingEventArgs.OldAnnotation
PdfAnnotationCreatedEventArgs.Annotation
PdfAnnotationDeletedEventArgs.Annotation
PdfAnnotationDeletingEventArgs.Annotation
PdfAnnotationGotFocusEventArgs.Annotation
PdfAnnotationLostFocusEventArgs.Annotation
.NET Multi-platform App UIPdfAnnotationDeletingEventArgs.Annotation
PdfAnnotationEventArgs.Annotation
PdfViewer.SelectedAnnotation

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.

Extension Methods

AsMarkupAnnotation()

AsTextMarkupAnnotation()

AsTextAnnotation()

See Also

IPdfViewerAnnotation Members

DevExpress.Pdf Namespace