Displays the user's rotation with the selected anti-alias effect immediately (i.e. before calling LayersFixRotations).

Note: Preview of large rotated images at high quality can be slow, so it is recommended that you also use LayersFastDrawing.

Default: False

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

Syntax

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

See Also