width of image

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

Syntax

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

Parameters

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

Return Value

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

See Also