Search
DiagramDocumentPrinter Members
Constructors Properties Methods
 


A component that prints DiagramDocument objects.

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

 Public Constructors

  Name Description

DiagramDocumentPrinter

 

 Public Properties

  Name Description

Document

The DiagramDocument 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