Back to Devexpress

IPdfViewerAnnotationBuilder Interface

officefileapi-devexpress-dot-pdf-2cb7871c.md

latest2.5 KB
Original Source

IPdfViewerAnnotationBuilder Interface

Implements options used to build all annotation types.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Drawing

Declaration

csharp
public interface IPdfViewerAnnotationBuilder
vb
Public Interface IPdfViewerAnnotationBuilder

The following members return IPdfViewerAnnotationBuilder objects:

LibraryRelated API Members
WinForms ControlsPdfAnnotationCreatingEventArgs.Builder
WPF ControlsPdfAnnotationCreatingEventArgs.Builder
.NET Multi-platform App UIPdfAnnotationCreatingEventArgs.Builder

Remarks

Use the IPdfViewerAnnotationBuilder properties to change the created annotation parameters (color, contents, name or modification date).

This interface serves as a base for the following interfaces:

The PdfViewerAnnotationBuilderExtensions class method allows you to retrieve options for specific type of annotations.

Extension Methods

AsMarkupAnnotationBuilder()

AsTextMarkupAnnotationBuilder()

AsTextAnnotationBuilder()

See Also

IPdfViewerAnnotationBuilder Members

DevExpress.Pdf Namespace