create an image

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

Syntax

C#
public static string CreateImage(
	string sFile
)
Visual Basic
Public Shared Function CreateImage ( 
	sFile As String
) As String

Parameters

sFile
Type: System..::..String
path of load image file - will be resized according to height and width set

Return Value

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

See Also