Provides basic functionality for exporting images from RadGanttView.
Definition
Namespace:Telerik.Windows.Controls.GanttView
Assembly:Telerik.Windows.Controls.GanttView.dll
Syntax:
C#
public class ImageExportingService
Inheritance: objectImageExportingService
Methods
Calling this method initialize exporting and prepare an object which is used for performing exporting.
C#
public IImageExporter BeginExporting(ImageExportSettings imageExportSettings)
The image exporting settings.
Returns:IImageExporter object which is used to export the images.