C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / C1Page Class / FindFragment Method
The position on the current page (in ResolvedUnit units).

In This Topic
FindFragment Method
In This Topic
Searches for a RenderFragment at the specified position on the current page.
Syntax
'Declaration
 
Public Function FindFragment( _
   ByVal ptPage As PointD _
) As RenderFragment
 

Parameters

ptPage
The position on the current page (in ResolvedUnit units).

Return Value

The RenderFragment, or null if none was found.
See Also