PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / RenderFragmentCollection Class / FindByObject Method / FindByObject(RenderObject) Method
The render object to search for.

In This Topic
    FindByObject(RenderObject) Method
    In This Topic
    Searches for a RenderFragment in the current collection that was produced by a specific RenderObject.
    Syntax
    'Declaration
     
    Public Overloads Function FindByObject( _
       ByVal ro As RenderObject _
    ) As RenderFragment
    public RenderFragment FindByObject( 
       RenderObject ro
    )

    Parameters

    ro
    The render object to search for.

    Return Value

    The fragment that was produced by ro, or null if it was not found.
    See Also