DiagramExporter Class

Definition

An exporter capable of finding diagram files in a solution, and exporting them to disk as images.

public ref class DiagramExporter
public class DiagramExporter
type DiagramExporter = class
Public Class DiagramExporter
Inheritance
DiagramExporter

Constructors

DiagramExporter(IServiceProvider)

Initializes a new instance of the DiagramExporter clss.

Methods

ExportDiagram(String, String, ImageFormat, Boolean)

Export a single diagram.

ExportDiagrams(IList<String>, String, Boolean)

Export diagrams as images.

ExportDiagrams(IList<String>, String, ImageFormat, Boolean)

Export diagrams as images.

Events

ExportErrorEvent

Occurs when an error was encountered while exporting a diagram.

ExportQueryUserActionEvent

Occurs when a response is required from the user.

Applies to