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

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

Syntax

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

Return Value

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

Implements

IExportableControl..::.GetExportHeaderHeight()()()

See Also