PdfViewerAnnotationExtensions.AsTextAnnotation(IPdfViewerMarkupAnnotation) Method
Casts the IPdfViewerMarkupAnnotation object to the IPdfViewerTextAnnotation object.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v22.2.Drawing.dll
NuGet Package: DevExpress.Pdf.Drawing
Declaration
Parameters
Name | Type | Description |
---|---|---|
annotation | IPdfViewerMarkupAnnotation | Current IPdfViewerMarkupAnnotation instance. |
Returns
Type | Description |
---|---|
IPdfViewerTextAnnotation | The IPdfViewerTextAnnotation object that contains text annotation parameters. |
See Also