Description
This class provides data for the BeginAggregation event.
This notification is sent after all of the temporary DWF files for the job have been plotted and aggregation into a single multisheet DWF is about to begin.
If the job is being published to multiple single-page DWF files and not to a multipage DWF, then this notification is received once for each page, just before the password is applied.
Class Hierarchy
Autodesk.AutoCAD.Publishing.BeginAggregationEventArgs
Visual Basic
Public Class BeginAggregationEventArgs Inherits EventArgs
C#
public class BeginAggregationEventArgs : EventArgs;
Links
BeginAggregationEventArgs Methods, BeginAggregationEventArgs Properties