Show / Hide Table of Contents

Class SearchResultsView.SearchResultStatus

Inheritance
System.Object
SearchResultsView.SearchResultStatus
Namespace: pdftron.PDF.Controls
Assembly: PDFViewCtrlTools.dll
Syntax
public sealed class SearchResultStatus : Enum

Properties

Handled

Declaration
public static SearchResultsView.SearchResultStatus Handled { get; }
Property Value
Type Description
SearchResultsView.SearchResultStatus

JniPeerMembers

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

NotHandled

Declaration
public static SearchResultsView.SearchResultStatus NotHandled { get; }
Property Value
Type Description
SearchResultsView.SearchResultStatus

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

UseFindtext

Declaration
public static SearchResultsView.SearchResultStatus UseFindtext { get; }
Property Value
Type Description
SearchResultsView.SearchResultStatus

UseFindtextFromEnd

Declaration
public static SearchResultsView.SearchResultStatus UseFindtextFromEnd { get; }
Property Value
Type Description
SearchResultsView.SearchResultStatus

Value

Declaration
public int Value { get; }
Property Value
Type Description
System.Int32

Methods

ValueOf(String)

Declaration
public static SearchResultsView.SearchResultStatus ValueOf(string name)
Parameters
Type Name Description
System.String name
Returns
Type Description
SearchResultsView.SearchResultStatus

Values()

Declaration
public static SearchResultsView.SearchResultStatus[] Values()
Returns
Type Description
SearchResultsView.SearchResultStatus[]
In This Article
Back to top Generated by DocFX