Class ImageExportSettings
These settings are used for exporting images using ImageExportingService.
Inheritance
System.Object
ImageExportSettings
Namespace: Telerik.Windows.Controls.GanttView
Assembly: Telerik.Windows.Controls.GanttView.dll
Syntax
public class ImageExportSettings : Object
Constructors
ImageExportSettings(Size, Boolean, GanttArea)
Declaration
public ImageExportSettings(Size imageSize, bool showHeaders, GanttArea area)
Parameters
System.Windows.Size
imageSize
|
System.Boolean
showHeaders
|
GanttArea
area
|
Properties
ExportArea
Gets the area which will be exported.
Declaration
public GanttArea ExportArea { get; }
Property Value
GanttArea
|
ImageSize
Gets the size of the exported image.
Declaration
public Size ImageSize { get; }
Property Value
System.Windows.Size
|
ShowHeaders
Gets whether to export the headers or not.
Declaration
public bool ShowHeaders { get; }
Property Value
System.Boolean
|