DiagramControl.CreatePrintDocument() Method
In This Article
Creates an object that can be used to print the diagram.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v24.2.dll
NuGet Package: DevExpress.Win.Diagram
#Declaration
public PrintDocument CreatePrintDocument()
#Returns
Type | Description |
---|---|
Print |
A Print |
See Also