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

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

    Parameters

    layer
    See Also