Back to Devexpress

IPdfViewerTextAnnotation Interface

officefileapi-devexpress-dot-pdf-879f1780.md

latest2.2 KB
Original Source

IPdfViewerTextAnnotation Interface

Contains properties used to return information about text annotations.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Drawing

Declaration

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

The following members return IPdfViewerTextAnnotation objects:

Extension Methods

AsMarkupAnnotation()

AsTextMarkupAnnotation()

AsTextAnnotation()

AsTextMarkupAnnotation()

AsTextAnnotation()

See Also

IPdfViewerTextAnnotation Members

DevExpress.Pdf Namespace