IPdfViewerAnnotationBase Interface
Implements options used to obtain information common for annotation types.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.1.Drawing.dll
NuGet Package: DevExpress.Pdf.Drawing
Declaration
Remarks
The IPdfViewerAnnotationBase interface serves as a base for the following interfaces:
- IPdfViewerAnnotation
- IPdfViewerMarkupAnnotation
- IPdfViewerTextAnnotation
- IPdfViewerTextMarkupAnnotation
Call the corresponding PdfViewerAnnotationExtensions method in the event handler to get options for a specific annotation type.
See Also