ImageGear .NET v25.1 - Updated
Flatten Method




ImageGear.Core Assembly > ImageGear.Processing.Layers Namespace > ImGearLayeredPage Class : Flatten Method
This method renders all the visible layers into the raster composition DIB.
Syntax
'Declaration
 
Public Sub Flatten() 
'Usage
 
Dim instance As ImGearLayeredPage
 
instance.Flatten()
public void Flatten()
public: void Flatten(); 
public:
void Flatten(); 
Remarks
This method can be used to flatten the layered page into the raster page. As a result of this method, the base ImageGear.Core.ImGearRasterPage class object is regenerated and can be used to access the result of the flattening operation.
See Also

Reference

ImGearLayeredPage Class
ImGearLayeredPage Members
ImGearRasterPage Class