Class ImageExportingService
Provides basic functionality for exporting images from RadGanttView.
Inheritance
System.Object
ImageExportingService
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls.GanttView
Assembly: Telerik.Windows.Controls.GanttView.dll
Syntax
public class ImageExportingService
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. |