Skip to main content
All docs
V25.1
  • PdfMarkupAnnotationDataExtensions.AsTextAnnotation(PdfMarkupAnnotationData) Method

    Casts the PdfMarkupAnnotationData object to the PdfTextAnnotationData object.

    Namespace: DevExpress.Pdf

    Assembly: DevExpress.Pdf.v25.1.Core.dll

    NuGet Package: DevExpress.Pdf.Core

    Declaration

    public static PdfTextAnnotationData AsTextAnnotation(
        this PdfMarkupAnnotationData data
    )

    Parameters

    Name Type Description
    data PdfMarkupAnnotationData

    Current PdfMarkupAnnotationData object.

    Returns

    Type Description
    PdfTextAnnotationData

    The text annotation.

    Remarks

    If the PdfMarkupAnnotationData object cannot be converted, the NullReferenceException occurs.

    See Also