return height of image

Namespace: DotNetNuke.Common.Utilities
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static int GetHeight(
	string sPath
)
Visual Basic
Public Shared Function GetHeight ( 
	sPath As String
) As Integer

Parameters

sPath
Type: System..::..String
file path of image

Return Value

returnsM:DotNetNuke.Common.Utilities.ImageUtils.GetHeight(System.String)

See Also