C1.WPF.Document Assembly / C1.WPF.Document Namespace / C1FoundPosition Class / GetFragmentRange Method

In This Topic
GetFragmentRange Method (C1FoundPosition)
In This Topic
Returns the object defining the part of fragment belongs to this C1FoundPosition. The type of object depends on type of fragment, for example, RenderTextFragment descendats return C1TextBlockRange object.
Syntax
'Declaration
 
Public MustOverride Function GetFragmentRange( _
   ByVal fragment As RenderFragment _
) As Object
 

Parameters

fragment
See Also