Processes an input image returing a secure file image

Namespace: DotNetNuke.Services.GeneratedImage.StartTransform
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public override Image ProcessImage(
	Image image
)
Visual Basic
Public Overrides Function ProcessImage ( 
	image As Image
) As Image

Parameters

image
Type: System.Drawing..::..Image
Input image

Return Value

Image result after image transformation

Remarks

If the secure file is not an image, it returns an image representing the file extension

See Also