ComponentOne Document Library for UWP
FindPreviousAsyncEx Method

C1.UWP.Document Assembly > C1.Xaml.Document Namespace > C1TextSearchManager Class : FindPreviousAsyncEx Method
Syntax
'Declaration
 
Public Function FindPreviousAsyncEx( _
   ByVal initialPosition As C1FoundPosition, _
   ByVal throwException As System.Boolean _
) As Windows.Foundation.IAsyncOperationWithProgress(Of C1FoundPosition,Double)
public Windows.Foundation.IAsyncOperationWithProgress<C1FoundPosition,double> FindPreviousAsyncEx( 
   C1FoundPosition initialPosition,
   System.bool throwException
)

Parameters

initialPosition
throwException
See Also

Reference

C1TextSearchManager Class
C1TextSearchManager Members