C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / RenderObjectCollection Class / FindById Method
The Id to search for.

In This Topic
FindById Method
In This Topic
Searches the current collection for a RenderObject with the specified value of the C1.C1Preview.RenderObject.Id property.
Syntax
'Declaration
 
Public Function FindById( _
   ByVal id As Integer _
) As RenderObject
 

Parameters

id
The Id to search for.

Return Value

The render object with the specified Id, or null of no such object was found.
See Also