Back to Devexpress

PdfViewerAnnotationBuilderExtensions.AsTextAnnotationBuilder(IPdfViewerMarkupAnnotationBuilder) Method

officefileapi-devexpress-dot-pdf-dot-pdfviewerannotationbuilderextensions-dot-astextannotationbuilder-x28-devexpress-dot-pdf-dot-ipdfviewermarkupannotationbuilder-x29.md

latest1.8 KB
Original Source

PdfViewerAnnotationBuilderExtensions.AsTextAnnotationBuilder(IPdfViewerMarkupAnnotationBuilder) Method

Casts the IPdfViewerMarkupAnnotationBuilder object to the IPdfViewerTextAnnotationBuilder object.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Drawing

Declaration

csharp
public static IPdfViewerTextAnnotationBuilder AsTextAnnotationBuilder(
    this IPdfViewerMarkupAnnotationBuilder builder
)
vb
<ExtensionAttribute>
Public Shared Function AsTextAnnotationBuilder(
    builder As IPdfViewerMarkupAnnotationBuilder
) As IPdfViewerTextAnnotationBuilder

Parameters

NameTypeDescription
builderIPdfViewerMarkupAnnotationBuilder

Current IPdfViewerMarkupAnnotationBuilder object.

|

Returns

TypeDescription
IPdfViewerTextAnnotationBuilder

The IPdfViewerTextAnnotationBuilder object that contains text annotation parameters.

|

See Also

PdfViewerAnnotationBuilderExtensions Class

PdfViewerAnnotationBuilderExtensions Members

DevExpress.Pdf Namespace