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

 

Called by the plotting framework when PlotEngine.BeginDocument() 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 BeginDocument As BeginDocumentEventHandler
C#
public event BeginDocumentEventHandler BeginDocument;
Links
   Comments?