PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / RenderFragmentCollection Class / FindByObjectId Method
The RenderObject.Id to search for.

In This Topic
    FindByObjectId Method (RenderFragmentCollection)
    In This Topic
    Searches for a RenderFragment in the current collection that was produced by a RenderObject with the specified RenderObject.Id.
    Syntax
    'Declaration
     
    Public Function FindByObjectId( _
       ByVal renderObjectId As Integer _
    ) As RenderFragment
    public RenderFragment FindByObjectId( 
       int renderObjectId
    )

    Parameters

    renderObjectId
    The RenderObject.Id to search for.

    Return Value

    The fragment that was produced by the object with the specified id, or null if it was not found.
    See Also