Show / Hide Table of Contents

Class SearchRedactionDialogFragment

Inheritance
System.Object
SearchRedactionDialogFragment
Implements
AndroidX.AppCompat.Widget.Toolbar.IOnMenuItemClickListener
SearchResultsView.ISearchResultsListener
RedactionSearchResultsView.IRedactionSearchResultsListener
Android.Runtime.IJavaObject
System.IDisposable
Java.Interop.IJavaPeerable
Namespace: pdftron.PDF.Dialog.Redaction
Assembly: PDFViewCtrlTools.dll
Syntax
public class SearchRedactionDialogFragment : DialogFragment, SearchResultsView.ISearchResultsListener, RedactionSearchResultsView.IRedactionSearchResultsListener

Constructors

SearchRedactionDialogFragment()

Declaration
public SearchRedactionDialogFragment()

SearchRedactionDialogFragment(IntPtr, JniHandleOwnership)

Declaration
protected SearchRedactionDialogFragment(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
Type Name Description
System.IntPtr javaReference
Android.Runtime.JniHandleOwnership transfer

Properties

JniPeerMembers

Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Type Description
Java.Interop.JniPeerMembers

ThresholdClass

Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
Type Description
System.IntPtr

ThresholdType

Declaration
protected override Type ThresholdType { get; }
Property Value
Type Description
System.Type

Methods

NewInstance()

Declaration
public static SearchRedactionDialogFragment NewInstance()
Returns
Type Description
SearchRedactionDialogFragment

OnFullTextSearchStart()

Declaration
public virtual void OnFullTextSearchStart()

OnMenuItemClick(IMenuItem)

Declaration
public virtual bool OnMenuItemClick(IMenuItem item)
Parameters
Type Name Description
Android.Views.IMenuItem item
Returns
Type Description
System.Boolean

OnRedactionSearchStart()

Declaration
public virtual void OnRedactionSearchStart()

OnSearchResultClicked(TextSearchResult)

Declaration
public virtual void OnSearchResultClicked(TextSearchResult result)
Parameters
Type Name Description
pdftronprivate.PDF.TextSearchResult result

OnSearchResultFound(TextSearchResult)

Declaration
public virtual void OnSearchResultFound(TextSearchResult result)
Parameters
Type Name Description
pdftronprivate.PDF.TextSearchResult result

SetPdfViewCtrl(PDFViewCtrl)

Declaration
public virtual void SetPdfViewCtrl(PDFViewCtrl pdfViewCtrl)
Parameters
Type Name Description
pdftronprivate.PDF.PDFViewCtrl pdfViewCtrl

Implements

AndroidX.AppCompat.Widget.Toolbar.IOnMenuItemClickListener
SearchResultsView.ISearchResultsListener
RedactionSearchResultsView.IRedactionSearchResultsListener
Android.Runtime.IJavaObject
System.IDisposable
Java.Interop.IJavaPeerable
In This Article
Back to top Generated by DocFX