Search
DiagramPrinter Members
Constructors Properties Methods
 


A component that prints Diagram objects.

The following tables list the members exposed by the DiagramPrinter type.

 Public Constructors

  Name Description

DiagramPrinter

 

 Public Properties

  Name Description

Diagram

The Diagram to print.

PrintOptions

Gets an object which provides customization properties for printing and print-preview. (Inherited from DiagramPrinterBase.)

 Public Methods

  Name Description

PrintPreview

Displays the standard .NET print preview form. (Inherited from DiagramPrinterBase.)

PrintPreviewEx

Displays a custom preview form. (Inherited from DiagramPrinterBase.)

 Protected Methods

  Name Description

OnBeginPrint

PrintDocument.OnBeginPrint override. (Inherited from DiagramPrinterBase.)

OnPrintPage

PrintDocument.OnPrintPage override. (Inherited from DiagramPrinterBase.)

 See Also