C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / RenderFragmentCollection Class / FindByObjectId Method
The C1.C1Preview.RenderObject.Id to search for.

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

Parameters

renderObjectId
The C1.C1Preview.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