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




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