Show / Hide Table of Contents

Class ThumbnailsViewFilterMode

Inheritance
System.Object
ThumbnailsViewFilterMode
Namespace: pdftron.PDF.Controls
Assembly: PDFViewCtrlTools.dll
Syntax
public class ThumbnailsViewFilterMode : ViewModel

Constructors

ThumbnailsViewFilterMode(Integer)

Declaration
public ThumbnailsViewFilterMode(Integer filterMode)
Parameters
Type Name Description
Java.Lang.Integer filterMode

ThumbnailsViewFilterMode(IntPtr, JniHandleOwnership)

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

Properties

FilterMode

Declaration
public virtual Integer FilterMode { get; }
Property Value
Type Description
Java.Lang.Integer

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

ObserveFilterTypeChanges(ILifecycleOwner, IObserver)

Declaration
public virtual void ObserveFilterTypeChanges(ILifecycleOwner owner, IObserver observer)
Parameters
Type Name Description
AndroidX.Lifecycle.ILifecycleOwner owner
AndroidX.Lifecycle.IObserver observer

PublishFilterTypeChange(Integer)

Declaration
public virtual void PublishFilterTypeChange(Integer sortOrder)
Parameters
Type Name Description
Java.Lang.Integer sortOrder
Back to top Generated by DocFX