|  | This document is archived and information here might be outdated. Recommended version. | 
Provides access to members that help generate export information.
| Name | Description | |
|---|---|---|
|  | BeginGroup | Generates export information that a group is starting to draw. | 
|  | BeginLayer | Generates export information that a layer is starting to draw. Adds the comment to the information. | 
|  | BeginLayerWithName | Generates export information that a layer is starting to draw. Adds the layer name to the information. | 
|  | BeginLayerWithNameAndPhase | Generates export information that a layer is starting to draw. Adds the layer name and draw phase to the information. | 
|  | BeginMap | Generates export information that a map is starting to draw. | 
|  | BeginPageLayout | Generates export information that a page layout is starting to draw. | 
|  | BeginText | Generates export information about text that is starting to draw. | 
|  | EndGroup | Generates export information that a group finished to draw. | 
|  | EndLayer | Generates export information that a layer finished to draw. | 
|  | EndMap | Generates export information that a map finished to draw. | 
|  | EndPageLayout | Generates export information that a page layout finished to draw. | 
|  | EndText | Generates export information that a started text has ended. | 
|  | SetCmykColor | Generates export information for a CMYK-color. | 
| Classes | Description | 
|---|---|
| ExportInfoGenerator | Generates information for exporting into the display. |