PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / RenderObjectCollection Class / FindByOriginal Method
The original object to search for.

In This Topic
    FindByOriginal Method (RenderObjectCollection)
    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
    public RenderObject FindByOriginal( 
       RenderObject original
    )

    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