ImageGear .NET v25.1 - Updated
Layers Property




ImageGear.Core Assembly > ImageGear.Processing.Layers Namespace > ImGearLayeredPage Class : Layers Property
Gets the array of layers from the layered page.
Syntax
'Declaration
 
Public ReadOnly Property Layers As ImGearLayerArray
'Usage
 
Dim instance As ImGearLayeredPage
Dim value As ImGearLayerArray
 
value = instance.Layers
public ImGearLayerArray Layers {get;}
public: __property ImGearLayerArray* get_Layers();
public:
property ImGearLayerArray^ Layers {
   ImGearLayerArray^ get();
}

Property Value

ImGearLayerArray class object.
See Also

Reference

ImGearLayeredPage Class
ImGearLayeredPage Members
ImGearLayerArray Class