Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / PdfArray Class / ForEach Method

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

    Parameters

    action
    See Also