Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / OutlineNodeCollection Class / Remove Method

In This Topic
    Remove Method (OutlineNodeCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public Function Remove( _
       ByVal item As OutlineNode _
    ) As System.Boolean
    public System.bool Remove( 
       OutlineNode item
    )

    Parameters

    item
    See Also