Back to Devexpress

IPdfViewerTextMarkupAnnotation Interface

officefileapi-devexpress-dot-pdf-662eb892.md

latest2.2 KB
Original Source

IPdfViewerTextMarkupAnnotation Interface

Contains properties used to return information about text markup annotations.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Drawing

Declaration

csharp
public interface IPdfViewerTextMarkupAnnotation :
    IPdfViewerMarkupAnnotation,
    IPdfViewerAnnotation,
    IPdfViewerAnnotationBase
vb
Public Interface IPdfViewerTextMarkupAnnotation
    Inherits IPdfViewerMarkupAnnotation,
             IPdfViewerAnnotation,
             IPdfViewerAnnotationBase

The following members return IPdfViewerTextMarkupAnnotation objects:

Extension Methods

AsMarkupAnnotation()

AsTextMarkupAnnotation()

AsTextAnnotation()

AsTextMarkupAnnotation()

AsTextAnnotation()

See Also

IPdfViewerTextMarkupAnnotation Members

DevExpress.Pdf Namespace