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.
Inheritance Hierarchy

Namespace:  Aspose.Diagram.Printing
Assembly:  Aspose.Diagram (in Aspose.Diagram.dll) Version: 20.3.0.0 (20.3)
Syntax
public class AsposeDiagramPrintDocument : PrintDocument

The AsposeDiagramPrintDocument type exposes the following members.

Constructors
  NameDescription
Public methodAsposeDiagramPrintDocument
Initializes a new instance of this class that can be passed to a PrintPreviewDialog form to print and preview a diagram.
Properties
  NameDescription
Protected propertyCanRaiseEvents (Inherited from Component.)
Public propertyContainer (Inherited from Component.)
Public propertyDefaultPageSettings (Inherited from PrintDocument.)
Protected propertyDesignMode (Inherited from Component.)
Public propertyDocumentName (Inherited from PrintDocument.)
Protected propertyEvents (Inherited from Component.)
Public propertyOriginAtMargins (Inherited from PrintDocument.)
Public propertyPrintController (Inherited from PrintDocument.)
Public propertyPrinterSettings (Inherited from PrintDocument.)
Public propertySite (Inherited from Component.)
Methods
Events
  NameDescription
Public eventBeginPrint (Inherited from PrintDocument.)
Public eventDisposed (Inherited from Component.)
Public eventEndPrint (Inherited from PrintDocument.)
Public eventPrintPage (Inherited from PrintDocument.)
Public eventQueryPageSettings (Inherited from PrintDocument.)
See Also