Document Solutions for Word
DS.Documents.Word.Layout Assembly / GrapeCity.Documents.Word.Layout Namespace / PostLayoutDelegate Delegate
A GcWordLayout object with almost prepared content.

In This Topic
    PostLayoutDelegate Delegate
    In This Topic
    Defines a delegate for post-layout processing of GcWordLayout.
    Syntax
    'Declaration
     
    Public Delegate Sub PostLayoutDelegate( _
       ByVal wordLayout As GcWordLayout _
    ) 
    public delegate void PostLayoutDelegate( 
       GcWordLayout wordLayout
    )

    Parameters

    wordLayout
    A GcWordLayout object with almost prepared content.
    See Also