Definition
typedef struct tagBatchExportBeginInfo { size_t nThemeCount; double xMin; double yMin; double xMax; double yMax; COLORREF clrBkgnd; bool bExportLayerZOrderBottomToTop; } BatchExportBeginInfo;
Members
nThemeCount [in]
The number of themes the user selected to export in this batch.
xMin [in]
The East-most value of the bounding box limiting all themes in this batch.
yMin [in]
The South-most value of the bounding box limiting all themes in this batch.
xMax [in]
The West-most value of the bounding box limiting all themes in this batch.
yMax [in]
The North-most value of the bounding box limiting all themes in this batch.
clrBkgnd [in]
The background color of the workspace.
bExportLayerZOrderBottomToTop [in/out]
By default, multiple layers will be exported in a top down z-order fashion. If you desire to get the layers in the reverse order, set this value to true.
Remarks
None.
See Also
Exporter API, fnBatchExportBegin