Share

BeginPageEventArgs Class

Description

This class encapsulates the plot-specific information required by the BeginPage event. This information includes:

  • a PlotInfo object
  • a PlotPageInfo object
  • last page flag

Class Hierarchy

Autodesk.AutoCAD.PlottingServices.BeginPageEventArgs

Visual Basic

Public Class BeginPageEventArgs
Inherits EventArgs

C#

public class BeginPageEventArgs : EventArgs;

Links

BeginPageEventArgs Constructor, BeginPageEventArgs Properties

Was this information helpful?