Autodesk.AutoCAD.PlottingServices Namespace > PlotReactorManager Class > PlotReactorManager Events > EndDocument Event
PlotReactorManager.EndDocument Event
Description

 

Called by the plotting framework when PlotEngine.EndDocument() has been called by an application. The status parameter indicates the final status of the document.

Visual Basic
Public Event EndDocument As EndDocumentEventHandler
C#
public event EndDocumentEventHandler EndDocument;
Links
   Comments?