Call LayersMergeAll to merge all layers in one step.

This method is fast and work with all layer options, so you should use it to merge layers before print or save to disk.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public void LayersMergeAll(
	bool alphaCompositing
)
Public Sub LayersMergeAll ( _
	alphaCompositing As Boolean _
)
public:
void LayersMergeAll(
	bool alphaCompositing
)

Parameters

alphaCompositing
Boolean
When AlphaCompositing is False then this method performs the same task as LayersDrawTo, but replaces all layers with the merged result.

See Also