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

 

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

Visual Basic
Public Event EndPage As EndPageEventHandler
C#
public event EndPageEventHandler EndPage;
Links
   Comments?