Set this property to True to change the control background color to the image background color (the default is False).

Not all file formats contains background color information.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool LoadChangesBackgroundColor { get; set; }
Public Property LoadChangesBackgroundColor As Boolean
	Get
	Set
public:
property bool LoadChangesBackgroundColor {
	bool get ();
	void set (bool value);
}

See Also