Gets the height of the content in the exported drawing visual or bitmap source.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)

Syntax

C#
public double GetExportContentHeight()
Visual Basic (Declaration)
Public Function GetExportContentHeight As Double

Return Value

The height of the content in the exported drawing visual or bitmap source.

Implements

IExportableControl..::.GetExportContentHeight()()()

See Also