Skip to main content
A newer version of this page is available. .

DiagramControl.CreatePrintDocument() Method

Creates an object that can be used to print the diagram.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Diagram

Declaration

public PrintDocument CreatePrintDocument()

Returns

Type Description
PrintDocument

A PrintDocument object.

See Also