ImageGear .NET v25.1 - Updated
Composition Property




ImageGear.Core Assembly > ImageGear.Processing.Layers Namespace > ImGearLayeredPage Class : Composition Property
Gets layered page composition.
Syntax
'Declaration
 
Public ReadOnly Property Composition As ImGearPage
'Usage
 
Dim instance As ImGearLayeredPage
Dim value As ImGearPage
 
value = instance.Composition
public ImGearPage Composition {get;}
public: __property ImGearPage* get_Composition();
public:
property ImGearPage^ Composition {
   ImGearPage^ get();
}

Property Value

ImageGear.Core.ImGearPage class object as layers composition.
Remarks
Property renders all the visible layers into the raster composition DIB.
See Also

Reference

ImGearLayeredPage Class
ImGearLayeredPage Members