PdfViewerAnnotationExtensions.AsTextAnnotation(IPdfViewerMarkupAnnotation) Method
In This Article
Casts the IPdfViewerMarkupAnnotation object to the IPdfViewerTextAnnotation object.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Drawing.dll
NuGet Package: DevExpress.Pdf.Drawing
#Declaration
public static IPdfViewerTextAnnotation AsTextAnnotation(
this IPdfViewerMarkupAnnotation annotation
)
#Parameters
Name | Type | Description |
---|---|---|
annotation | IPdf |
Current IPdf |
#Returns
Type | Description |
---|---|
IPdf |
The IPdf |
See Also