Back to Devexpress

PdfViewerAnnotationExtensions.AsTextMarkupAnnotation(IPdfViewerAnnotation) Method

officefileapi-devexpress-dot-pdf-dot-pdfviewerannotationextensions-dot-astextmarkupannotation-x28-devexpress-dot-pdf-dot-ipdfviewerannotation-x29.md

latest1.7 KB
Original Source

PdfViewerAnnotationExtensions.AsTextMarkupAnnotation(IPdfViewerAnnotation) Method

Casts the IPdfViewerAnnotation object to the IPdfViewerTextMarkupAnnotation object.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Drawing

Declaration

csharp
public static IPdfViewerTextMarkupAnnotation AsTextMarkupAnnotation(
    this IPdfViewerAnnotation annotation
)
vb
<ExtensionAttribute>
Public Shared Function AsTextMarkupAnnotation(
    annotation As IPdfViewerAnnotation
) As IPdfViewerTextMarkupAnnotation

Parameters

NameTypeDescription
annotationIPdfViewerAnnotation

Current IPdfViewerAnnotation object.

|

Returns

TypeDescription
IPdfViewerTextMarkupAnnotation

The IPdfViewerTextMarkupAnnotation object that contains text markup annotation parameters.

|

See Also

PdfViewerAnnotationExtensions Class

PdfViewerAnnotationExtensions Members

DevExpress.Pdf Namespace