[]
        
(Showing Draft Content)

C1.WPF.Document.C1FoundPosition.GetFragmentRange

GetFragmentRange Method

GetFragmentRange(RenderFragment)

Returns the object defining the part of fragment belongs to this C1FoundPosition. The type of object depends on type of fragment, for example, C1.WPF.Document.RenderTextFragment descendats return C1.WPF.Document.C1TextBlockRange object.

Declaration
public abstract object GetFragmentRange(RenderFragment fragment)
Parameters
Type Name Description
RenderFragment fragment
Returns
Type Description
object