Processes an input image applying a file image transformation. This will return an image after read the stream from the File Path ImageFilePath or Url ImageUrl

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 file image transformation

See Also