Class DialogAnnotNote
Inheritance
System.Object
DialogAnnotNote
Assembly: PDFViewCtrlTools.dll
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 |
|
Declaration
public DialogAnnotNote(PDFViewCtrl pdfViewCtrl, string note)
Parameters
Type |
Name |
Description |
pdftronprivate.PDF.PDFViewCtrl |
pdfViewCtrl |
|
System.String |
note |
|
Declaration
public DialogAnnotNote(PDFViewCtrl pdfViewCtrl, string note, bool hasPermission)
Parameters
Type |
Name |
Description |
pdftronprivate.PDF.PDFViewCtrl |
pdfViewCtrl |
|
System.String |
note |
|
System.Boolean |
hasPermission |
|
Declaration
protected DialogAnnotNote(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
Type |
Name |
Description |
System.IntPtr |
javaReference |
|
Android.Runtime.JniHandleOwnership |
transfer |
|
Properties
Declaration
public virtual bool IsEditEnabled { get; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Type |
Description |
Java.Interop.JniPeerMembers |
|
Declaration
protected bool MHasPermission { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
protected PDFViewCtrl MPdfViewCtrl { get; set; }
Property Value
Type |
Description |
pdftronprivate.PDF.PDFViewCtrl |
|
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 |
|
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
Type |
Description |
System.IntPtr |
|
Declaration
protected override Type ThresholdType { get; }
Property Value
Type |
Description |
System.Type |
|
Methods
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 |
|
Declaration
public virtual void SetAnnotNoteListener(DialogAnnotNote.IDialogAnnotNoteListener listener)
Parameters
Declaration
public virtual void SetButtonPressed(int button)
Parameters
Type |
Name |
Description |
System.Int32 |
button |
|
Declaration
public virtual void SetNegativeButtonRes(int negativeButtonRes)
Parameters
Type |
Name |
Description |
System.Int32 |
negativeButtonRes |
|
Declaration
public virtual void SetPositiveButtonRes(int positiveButtonRes)
Parameters
Type |
Name |
Description |
System.Int32 |
positiveButtonRes |
|
Declaration
public virtual void SwitchToViewMode()
Declaration
public virtual void UpdateNegativeButton()
Events
Declaration
public event EventHandler<DialogAnnotNote.DialogAnnotNoteEventArgs> AnnotNote
Event Type