Back to Devexpress

PdfViewerAnnotationBuilderExtensions.AsTextAnnotationBuilder(IPdfViewerAnnotationBuilder) Method

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

latest1.8 KB
Original Source

PdfViewerAnnotationBuilderExtensions.AsTextAnnotationBuilder(IPdfViewerAnnotationBuilder) Method

Casts the IPdfViewerAnnotationBuilder 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 IPdfViewerAnnotationBuilder builder
)
vb
<ExtensionAttribute>
Public Shared Function AsTextAnnotationBuilder(
    builder As IPdfViewerAnnotationBuilder
) As IPdfViewerTextAnnotationBuilder

Parameters

NameTypeDescription
builderIPdfViewerAnnotationBuilder

Current IPdfViewerAnnotationBuilder object.

|

Returns

TypeDescription
IPdfViewerTextAnnotationBuilder

The IPdfViewerTextAnnotationBuilder object that contains text annotation parameters.

|

See Also

PdfViewerAnnotationBuilderExtensions Class

PdfViewerAnnotationBuilderExtensions Members

DevExpress.Pdf Namespace