officefileapi-devexpress-dot-pdf-3e034957.md
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
public interface IPdfViewerAnnotation :
IPdfViewerAnnotationBase
Public Interface IPdfViewerAnnotation
Inherits IPdfViewerAnnotationBase
The following members return IPdfViewerAnnotation objects:
Show 19 links
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.
See Also