Class
ImageExportSettings

These settings are used for exporting images using ImageExportingService.

Definition

Namespace:Telerik.Windows.Controls.GanttView

Assembly:Telerik.Windows.Controls.GanttView.dll

Syntax:

cs-api-definition
public class ImageExportSettings

Inheritance: objectImageExportSettings

Constructors

ImageExportSettings(Size, bool, GanttArea)

Declaration

cs-api-definition
public ImageExportSettings(Size imageSize, bool showHeaders, GanttArea area)

Parameters

imageSize

Size

showHeaders

bool

area

GanttArea

Properties

ExportArea

Gets the area which will be exported.

Declaration

cs-api-definition
public GanttArea ExportArea { get; }

Property Value

GanttArea

ImageSize

Gets the size of the exported image.

Declaration

cs-api-definition
public Size ImageSize { get; }

Property Value

Size

ShowHeaders

Gets whether to export the headers or not.

Declaration

cs-api-definition
public bool ShowHeaders { get; }

Property Value

bool