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