Skip to main content
All docs
V25.1
  • PdfViewerAnnotationBuilderExtensions.AsTextAnnotationBuilder(IPdfViewerAnnotationBuilder) Method

    Casts the IPdfViewerAnnotationBuilder object to the IPdfViewerTextAnnotationBuilder object.

    Namespace: DevExpress.Pdf

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

    NuGet Package: DevExpress.Pdf.Drawing

    Declaration

    public static IPdfViewerTextAnnotationBuilder AsTextAnnotationBuilder(
        this IPdfViewerAnnotationBuilder builder
    )

    Parameters

    Name Type Description
    builder IPdfViewerAnnotationBuilder

    Current IPdfViewerAnnotationBuilder object.

    Returns

    Type Description
    IPdfViewerTextAnnotationBuilder

    The IPdfViewerTextAnnotationBuilder object that contains text annotation parameters.

    See Also