ImageGear Professional v18.2 > API Reference Guide > Processing Component API Reference > Processing Component Objects > IGProcessingCtl Control > IGProcessingCtl Methods > FlattenLayers Method |
Renders all the visible layers into the raster composition DIB.
This method can be used to flatten the layered page into the raster page. As a result of this method the raster image specified by Page is regenerated from the layer array composition attached to the same image.
Sub FlattenLayers (Page as IGPage)
Name | Description |
---|---|
Page | Layered IGPage Object whose layers are flattened. |
None