Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / PdfString Class / ForEach Method

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

    Parameters

    action
    See Also