PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview.Debug Namespace / DebugUtils Class / DumpFragment Method

In This Topic
    DumpFragment Method
    In This Topic
    For internal use.
    Syntax
    'Declaration
     
    Public Shared Sub DumpFragment( _
       ByVal caption As String, _
       ByVal rf As RenderFragment, _
       ByVal level As Integer _
    ) 
    public static void DumpFragment( 
       string caption,
       RenderFragment rf,
       int level
    )

    Parameters

    caption
    rf
    level
    See Also