Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Layers Namespace / OptionalContentOrderCollection Class / AddRange Method

In This Topic
    AddRange Method (OptionalContentOrderCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub AddRange( _
       ByVal collection As System.Collections.Generic.IEnumerable(Of Object) _
    ) 
    public void AddRange( 
       System.Collections.Generic.IEnumerable<object> collection
    )

    Parameters

    collection
    See Also