Back to Devexpress

PdfAnnotationCreatingEventArgs.Builder Property

wpf-devexpress-dot-xpf-dot-pdfviewer-dot-pdfannotationcreatingeventargs.md

latest1.9 KB
Original Source

PdfAnnotationCreatingEventArgs.Builder Property

Gets the object used to build an annotation.

Namespace : DevExpress.Xpf.PdfViewer

Assembly : DevExpress.Xpf.PdfViewer.v25.2.dll

NuGet Package : DevExpress.Wpf.PdfViewer

Declaration

csharp
public IPdfViewerAnnotationBuilder Builder { get; }
vb
Public ReadOnly Property Builder As IPdfViewerAnnotationBuilder

Property Value

TypeDescription
IPdfViewerAnnotationBuilder

The annotation builder.

|

Remarks

Use the DevExpress.Pdf.PdfViewerAnnotationBuilderExtensions class method to obtain the builder for a specific type of annotation:

See Also

PdfAnnotationCreatingEventArgs Class

PdfAnnotationCreatingEventArgs Members

DevExpress.Xpf.PdfViewer Namespace