Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.TextMap Namespace / TextMapFragment Class / ForEach Method

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

    Parameters

    action
    See Also