ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Processing.Layers Namespace / ImGearLayeredPage Class / Layers Property




In This Topic
    Layers Property
    In This Topic
    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