Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Viewer Assembly / C1.Xamarin.Forms.Viewer Namespace / FlexViewer Class / Previous Method


In This Topic
    Previous Method
    In This Topic
    Get previous search item. Return null if not found.
    Syntax
    'Declaration
     
    
    Public Function Previous( _
       Optional ByVal highlightResult As Boolean, _
       Optional ByVal gotoSearchResult As Boolean _
    ) As GrapeCity.Documents.Pdf.FoundPosition
    'Usage
     
    
    Dim instance As FlexViewer
    Dim highlightResult As Boolean
    Dim gotoSearchResult As Boolean
    Dim value As GrapeCity.Documents.Pdf.FoundPosition
     
    value = instance.Previous(highlightResult, gotoSearchResult)
    public GrapeCity.Documents.Pdf.FoundPosition Previous( 
       bool highlightResult,
       bool gotoSearchResult
    )

    Parameters

    highlightResult
    gotoSearchResult
    See Also