Back to Devexpress

PdfViewerAnnotationExtensions.AsMarkupAnnotation(IPdfViewerAnnotation) Method

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

latest1.6 KB
Original Source

PdfViewerAnnotationExtensions.AsMarkupAnnotation(IPdfViewerAnnotation) Method

Casts the IPdfViewerAnnotation object to the IPdfViewerMarkupAnnotation object

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Drawing

Declaration

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

Parameters

NameTypeDescription
annotationIPdfViewerAnnotation

Current IPdfViewerAnnotation object.

|

Returns

TypeDescription
IPdfViewerMarkupAnnotation

The IPdfViewerMarkupAnnotation object that contains markup annotation parameters.

|

See Also

PdfViewerAnnotationExtensions Class

PdfViewerAnnotationExtensions Members

DevExpress.Pdf Namespace