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

 

Called by the plotting framework when PlotEngine.BeginPage() has been called by an application. The parameters passed to this method are the same as those passed to the engine.

Visual Basic
Public Event BeginPage As BeginPageEventHandler
C#
public event BeginPageEventHandler BeginPage;
Links
   Comments?