SetWallPaper allows to set a background image under the thumbnails.

Use WallPaperStyle to specify how to paint the wallpaper.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void SetWallPaper(
	IEImage image
)
Public Sub SetWallPaper ( _
	image As IEImage _
)
public:
void SetWallPaper(
	IEImage^ image
)

Parameters

image
IEImage
The image where wall paper comes

See Also