Provides access to members that help generate export information.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
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. |
CoClasses that implement IExportInfoGenerator
CoClasses and Classes | Description |
---|---|
ExportInfoGenerator | Generates information for exporting into the display. |