Show / Hide Table of Contents

Class WatermarkDialog

Inheritance
System.Object
BaseBottomDialogFragment
AnnotStyleDialogFragment
WatermarkDialog
Implements
AndroidX.ViewPager.Widget.ViewPager.IOnPageChangeListener
AnnotStyleView.IOnPresetSelectedListener
AnnotStyle.IAnnotStyleHolder
Android.Runtime.IJavaObject
System.IDisposable
Java.Interop.IJavaPeerable
Inherited Members
AnnotStyleDialogFragment.ArgsKeyAnnotStyle
AnnotStyleDialogFragment.ArgsKeyExtraAnnotStyles
AnnotStyleDialogFragment.ArgsKeyFontListFromAsset
AnnotStyleDialogFragment.ArgsKeyFontListFromStorage
AnnotStyleDialogFragment.ArgsKeyGroupAnnotTypes
AnnotStyleDialogFragment.ArgsKeyInitialTabIndex
AnnotStyleDialogFragment.ArgsKeyMoreAnnotTypes
AnnotStyleDialogFragment.ArgsKeyMoreAnnotTypesTabIndex
AnnotStyleDialogFragment.ArgsKeyPressureSensitive
AnnotStyleDialogFragment.ArgsKeyShowPreset
AnnotStyleDialogFragment.ArgsKeyShowPreview
AnnotStyleDialogFragment.ArgsKeyTabTitles
AnnotStyleDialogFragment.ArgsKeyWhiteListFont
AnnotStyleDialogFragment.BorderStyle
AnnotStyleDialogFragment.Color
AnnotStyleDialogFragment.FillColor
AnnotStyleDialogFragment.LineEndStyle
AnnotStyleDialogFragment.LineStartStyle
AnnotStyleDialogFragment.LineStyle
AnnotStyleDialogFragment.StrokeColor
AnnotStyleDialogFragment.TextColor
AnnotStyleDialogFragment.NewInstance()
AnnotStyleDialogFragment.OnAnnotStyleLayoutUpdated()
AnnotStyleDialogFragment.OnCreateDialogImpl(Context)
AnnotStyleDialogFragment.OnPageScrollStateChanged(Int32)
AnnotStyleDialogFragment.OnPageScrolled(Int32, Single, Int32)
AnnotStyleDialogFragment.OnPageSelected(Int32)
AnnotStyleDialogFragment.OnPresetDeselected(AnnotStyle)
AnnotStyleDialogFragment.OnPresetSelected(AnnotStyle)
AnnotStyleDialogFragment.SaveAnnotStyles()
AnnotStyleDialogFragment.SetAnnotPreviewVisibility(Int32)
AnnotStyleDialogFragment.SetAnnotStyle(Int32, AnnotStyle)
AnnotStyleDialogFragment.SetAnnotStyleProperties(IDictionary<Integer, AnnotStyleProperty>)
AnnotStyleDialogFragment.SetCanShowPressureSwitch(Boolean)
AnnotStyleDialogFragment.SetCanShowPressureSwitch(Int32, Boolean)
AnnotStyleDialogFragment.SetCanShowRichContentSwitch(Boolean)
AnnotStyleDialogFragment.SetCanShowRichContentSwitch(Int32, Boolean)
AnnotStyleDialogFragment.SetCanShowTextAlignment(Boolean)
AnnotStyleDialogFragment.SetOnAnnotStyleChangeListener(AnnotStyle.IOnAnnotStyleChangeListener)
AnnotStyleDialogFragment.SetOnMoreAnnotTypesClickListener(AnnotStyleView.IOnMoreAnnotTypeClickedListener)
AnnotStyleDialogFragment.AnnotPreview
AnnotStyleDialogFragment.AnnotPreviews
AnnotStyleDialogFragment.AnnotStyle
AnnotStyleDialogFragment.AnnotStyles
AnnotStyleDialogFragment.ContentLayoutResource
AnnotStyleDialogFragment.CurrentTabIndex
AnnotStyleDialogFragment.FragmentTag
AnnotStyleDialogFragment.ChangeAnnotBorderStyle
AnnotStyleDialogFragment.ChangeAnnotFillColor
AnnotStyleDialogFragment.ChangeAnnotFont
AnnotStyleDialogFragment.ChangeAnnotIcon
AnnotStyleDialogFragment.ChangeAnnotLineEndStyle
AnnotStyleDialogFragment.ChangeAnnotLineStartStyle
AnnotStyleDialogFragment.ChangeAnnotLineStyle
AnnotStyleDialogFragment.ChangeAnnotOpacity
AnnotStyleDialogFragment.ChangeAnnotStrokeColor
AnnotStyleDialogFragment.ChangeAnnotTextColor
AnnotStyleDialogFragment.ChangeAnnotTextSize
AnnotStyleDialogFragment.ChangeAnnotThickness
AnnotStyleDialogFragment.ChangeDateFormat
AnnotStyleDialogFragment.ChangeOverlayText
AnnotStyleDialogFragment.ChangeRichContentEnabled
AnnotStyleDialogFragment.ChangeRulerProperty
AnnotStyleDialogFragment.ChangeSnapping
AnnotStyleDialogFragment.ChangeTextAlignment
AnnotStyleDialogFragment.MoreAnnotTypesClick
BaseBottomDialogFragment.ArgsKeyAnchor
BaseBottomDialogFragment.ArgsKeyAnchorScreen
BaseBottomDialogFragment.Dismiss(Boolean)
BaseBottomDialogFragment.SetOnDismissListener(IDialogInterfaceOnDismissListener)
BaseBottomDialogFragment.Show(FragmentManager)
BaseBottomDialogFragment.Show(FragmentManager, Int32, String)
BaseBottomDialogFragment.MAnchor
BaseBottomDialogFragment.MBottomSheet
BaseBottomDialogFragment.MDialogBehavior
BaseBottomDialogFragment.DialogWidth
BaseBottomDialogFragment.IsBottomSheet
Namespace: pdftron.PDF.Dialog.Watermark
Assembly: PDFViewCtrlTools.dll
Syntax
public class WatermarkDialog : AnnotStyleDialogFragment, AnnotStyleView.IOnPresetSelectedListener, AnnotStyle.IAnnotStyleHolder

Constructors

WatermarkDialog()

Declaration
public WatermarkDialog()

WatermarkDialog(IntPtr, JniHandleOwnership)

Declaration
protected WatermarkDialog(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
Overrides
AnnotStyleDialogFragment.JniPeerMembers

ThresholdClass

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

ThresholdType

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

Methods

NewInstance(AnnotStyle, PDFViewCtrl)

Declaration
public static WatermarkDialog NewInstance(AnnotStyle annotStyle, PDFViewCtrl pdfViewCtrl)
Parameters
Type Name Description
AnnotStyle annotStyle
pdftronprivate.PDF.PDFViewCtrl pdfViewCtrl
Returns
Type Description
WatermarkDialog

NewInstance(PDFViewCtrl)

Declaration
public static WatermarkDialog NewInstance(PDFViewCtrl pdfViewCtrl)
Parameters
Type Name Description
pdftronprivate.PDF.PDFViewCtrl pdfViewCtrl
Returns
Type Description
WatermarkDialog

Implements

AndroidX.ViewPager.Widget.ViewPager.IOnPageChangeListener
AnnotStyleView.IOnPresetSelectedListener
AnnotStyle.IAnnotStyleHolder
Android.Runtime.IJavaObject
System.IDisposable
Java.Interop.IJavaPeerable
In This Article
Back to top Generated by DocFX