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

In This Topic
    ForEach Method (OptionalContentOrderCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub ForEach( _
       ByVal action As System.Action(Of Object) _
    ) 
    public void ForEach( 
       System.Action<object> action
    )

    Parameters

    action
    See Also