Class AsposeDiagramPrintDocument

AsposeDiagramPrintDocument class

It’s own version of the .NET PrintDocument class which can be passed to a PrintPreviewDialog form to print and preview a diagram.

public class AsposeDiagramPrintDocument : PrintDocument

Constructors

NameDescription
AsposeDiagramPrintDocument(Diagram)Initializes a new instance of this class that can be passed to a PrintPreviewDialog form to print and preview a diagram.

See Also