C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / RenderObjectCollection Class / FindByOriginal Method
The original object to search for.

In This Topic
FindByOriginal Method
In This Topic
Searches the current collection for a RenderObject with the specified vlaue of the RenderObject.Original property.
Syntax
'Declaration
 
Public Function FindByOriginal( _
   ByVal original As RenderObject _
) As RenderObject
 

Parameters

original
The original object to search for.

Return Value

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