Show / Hide Table of Contents

Class DialogAnnotNote

Inheritance
System.Object
DialogAnnotNote
DialogFreeTextNote
DialogStickyNote
Namespace: pdftron.PDF.Tools
Assembly: PDFViewCtrlTools.dll
Syntax
public class DialogAnnotNote : AlertDialog

Constructors

DialogAnnotNote(Context, String, Boolean)

Declaration
public DialogAnnotNote(Context context, string note, bool hasPermission)
Parameters
Type Name Description
Android.Content.Context context
System.String note
System.Boolean hasPermission

DialogAnnotNote(PDFViewCtrl, String)

Declaration
public DialogAnnotNote(PDFViewCtrl pdfViewCtrl, string note)
Parameters
Type Name Description
pdftronprivate.PDF.PDFViewCtrl pdfViewCtrl
System.String note

DialogAnnotNote(PDFViewCtrl, String, Boolean)

Declaration
public DialogAnnotNote(PDFViewCtrl pdfViewCtrl, string note, bool hasPermission)
Parameters
Type Name Description
pdftronprivate.PDF.PDFViewCtrl pdfViewCtrl
System.String note
System.Boolean hasPermission

DialogAnnotNote(IntPtr, JniHandleOwnership)

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

Properties

IsEditEnabled

Declaration
public virtual bool IsEditEnabled { get; }
Property Value
Type Description
System.Boolean

JniPeerMembers

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

MHasPermission

Declaration
protected bool MHasPermission { get; set; }
Property Value
Type Description
System.Boolean

MPdfViewCtrl

Declaration
protected PDFViewCtrl MPdfViewCtrl { get; set; }
Property Value
Type Description
pdftronprivate.PDF.PDFViewCtrl

Note

Declaration
public virtual string Note { get; }
Property Value
Type Description
System.String

TextWatcher

Declaration
public ITextWatcher TextWatcher { get; set; }
Property Value
Type Description
Android.Text.ITextWatcher

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

Init(PDFViewCtrl, String, Boolean)

Declaration
protected virtual void Init(PDFViewCtrl pdfViewCtrl, string note, bool hasPermission)
Parameters
Type Name Description
pdftronprivate.PDF.PDFViewCtrl pdfViewCtrl
System.String note
System.Boolean hasPermission

InitTextBox(String)

Declaration
public virtual void InitTextBox(string note)
Parameters
Type Name Description
System.String note

SetAnnotNoteListener(DialogAnnotNote.IDialogAnnotNoteListener)

Declaration
public virtual void SetAnnotNoteListener(DialogAnnotNote.IDialogAnnotNoteListener listener)
Parameters
Type Name Description
DialogAnnotNote.IDialogAnnotNoteListener listener

SetButtonPressed(Int32)

Declaration
public virtual void SetButtonPressed(int button)
Parameters
Type Name Description
System.Int32 button

SetNegativeButtonRes(Int32)

Declaration
public virtual void SetNegativeButtonRes(int negativeButtonRes)
Parameters
Type Name Description
System.Int32 negativeButtonRes

SetPositiveButtonRes(Int32)

Declaration
public virtual void SetPositiveButtonRes(int positiveButtonRes)
Parameters
Type Name Description
System.Int32 positiveButtonRes

SwitchToViewMode()

Declaration
public virtual void SwitchToViewMode()

UpdateNegativeButton()

Declaration
public virtual void UpdateNegativeButton()

Events

AnnotNote

Declaration
public event EventHandler<DialogAnnotNote.DialogAnnotNoteEventArgs> AnnotNote
Event Type
Type Description
System.EventHandler<DialogAnnotNote.DialogAnnotNoteEventArgs>
In This Article
Back to top Generated by DocFX