Returns the DrawingExportManager for this drawing. You use the ExportManager to export the drawing in various formats.
# Get the value of the property.propertyValue = drawing_var.exportManager
#include <Drawing/Drawing/Drawing.h>// Get the value of the property.Ptr<DrawingExportManager> propertyValue = drawing_var->exportManager();