Document Solutions for PDF
DS.Documents.Imaging Assembly / GrapeCity.Documents.Layout.Composition Namespace / Layer Class / MoveAbove Method

In This Topic
    MoveAbove Method (Layer)
    In This Topic
    Moves the current Layer to the position on top of the specified layer.
    Syntax
    'Declaration
     
    Public Sub MoveAbove( _
       ByVal layer As Layer _
    ) 
    public void MoveAbove( 
       Layer layer
    )

    Parameters

    layer
    See Also