return height of image

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

Syntax

C#
public static int GetHeightFromStream(
	Stream sFile
)
Visual Basic
Public Shared Function GetHeightFromStream ( 
	sFile As Stream
) As Integer

Parameters

sFile
Type: System.IO..::..Stream
Stream of image

Return Value

returnsM:DotNetNuke.Common.Utilities.ImageUtils.GetHeightFromStream(System.IO.Stream)

See Also