Show / Hide Table of Contents

Class PresetBarComponent

Inheritance
System.Object
PresetBarComponent
Namespace: pdftron.PDF.Widget.Preset.Component
Assembly: PDFViewCtrlTools.dll
Syntax
public class PresetBarComponent : Object

Constructors

PresetBarComponent(ILifecycleOwner, FragmentManager, PresetBarViewModel, ToolManagerViewModel, SignatureViewModel, ViewGroup)

Declaration
public PresetBarComponent(ILifecycleOwner lifecycleOwner, FragmentManager fragmentManager, PresetBarViewModel presetBarViewModel, ToolManagerViewModel toolManagerViewModel, SignatureViewModel signatureViewModel, ViewGroup container)
Parameters
Type Name Description
AndroidX.Lifecycle.ILifecycleOwner lifecycleOwner
AndroidX.Fragment.App.FragmentManager fragmentManager
PresetBarViewModel presetBarViewModel
ToolManagerViewModel toolManagerViewModel
SignatureViewModel signatureViewModel
Android.Views.ViewGroup container

PresetBarComponent(ILifecycleOwner, FragmentManager, PresetBarViewModel, ToolManagerViewModel, SignatureViewModel, PresetBarView)

Declaration
public PresetBarComponent(ILifecycleOwner lifecycleOwner, FragmentManager fragmentManager, PresetBarViewModel presetBarViewModel, ToolManagerViewModel toolManagerViewModel, SignatureViewModel signatureViewModel, PresetBarView presetBarView)
Parameters
Type Name Description
AndroidX.Lifecycle.ILifecycleOwner lifecycleOwner
AndroidX.Fragment.App.FragmentManager fragmentManager
PresetBarViewModel presetBarViewModel
ToolManagerViewModel toolManagerViewModel
SignatureViewModel signatureViewModel
PresetBarView presetBarView

PresetBarComponent(ILifecycleOwner, FragmentManager, PresetBarViewModel, ToolManagerViewModel, SignatureViewModel, PresetBarView, HashSet)

Declaration
public PresetBarComponent(ILifecycleOwner lifecycleOwner, FragmentManager fragmentManager, PresetBarViewModel presetBarViewModel, ToolManagerViewModel toolManagerViewModel, SignatureViewModel signatureViewModel, PresetBarView presetBarView, HashSet toolsToHidePresetBar)
Parameters
Type Name Description
AndroidX.Lifecycle.ILifecycleOwner lifecycleOwner
AndroidX.Fragment.App.FragmentManager fragmentManager
PresetBarViewModel presetBarViewModel
ToolManagerViewModel toolManagerViewModel
SignatureViewModel signatureViewModel
PresetBarView presetBarView
Java.Util.HashSet toolsToHidePresetBar

PresetBarComponent(IntPtr, JniHandleOwnership)

Declaration
protected PresetBarComponent(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

HandleAnnotStyleDialogDismiss(AnnotStyleDialogFragment)

Declaration
public virtual void HandleAnnotStyleDialogDismiss(AnnotStyleDialogFragment popupWindow)
Parameters
Type Name Description
AnnotStyleDialogFragment popupWindow

HandleAnnotStyleDialogDismiss(AnnotStyleDialogFragment, Int32, String)

Declaration
public virtual void HandleAnnotStyleDialogDismiss(AnnotStyleDialogFragment popupWindow, int index, string toolbarStyleId)
Parameters
Type Name Description
AnnotStyleDialogFragment popupWindow
System.Int32 index
System.String toolbarStyleId

SetCompactMode(Boolean)

Declaration
public virtual void SetCompactMode(bool compactMode)
Parameters
Type Name Description
System.Boolean compactMode
In This Article
Back to top Generated by DocFX