ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Processing.Layers Namespace / ImGearLayeredPage Class / Flatten Method




In This Topic
Flatten Method
In This Topic
This method renders all the visible layers into the raster composition DIB.
Syntax
'Declaration
 
Public Sub Flatten() 
 
'Usage
 
Dim instance As ImGearLayeredPage
 
instance.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