C1.WPF.Document Assembly / C1.WPF.Document Namespace / C1FoundPosition Class
Properties Methods


C1FoundPosition Class Members

The following tables list the members exposed by C1FoundPosition.

Public Properties
 NameDescription
Public PropertyGets the text near the found position.  
Public PropertyGets the zero-based position of the found string in NearText.  
Top
Public Methods
 NameDescription
Public MethodReturns the bounds of this C1FoundPosition on the page, rectangle calculated on the base of C1DocumentTextPosition.PageCoords.  
Public MethodReturns C1DocumentTextPosition object defining end of searched text.  
Public MethodReturns 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.  
Public MethodReturns C1Page object where find position located.  
Public MethodReturns C1DocumentTextPosition object defining start of searched text.  
Top
See Also