Show / Hide Table of Contents

Interface ToolManager.IAnnotationModificationListener

Namespace: pdftron.PDF.Tools
Assembly: PDFViewCtrlTools.dll
Syntax
public interface IAnnotationModificationListener : IJavaObject, IDisposable, IJavaPeerable

Methods

AnnotationsCouldNotBeAdded(String)

Declaration
void AnnotationsCouldNotBeAdded(string errorMessage)
Parameters
Type Name Description
System.String errorMessage

OnAnnotationsAdded(IDictionary<Annot, Integer>)

Declaration
void OnAnnotationsAdded(IDictionary<Annot, Integer> annots)
Parameters
Type Name Description
System.Collections.Generic.IDictionary<pdftronprivate.PDF.Annot, Java.Lang.Integer> annots

OnAnnotationsModified(IDictionary<Annot, Integer>, Bundle)

Declaration
void OnAnnotationsModified(IDictionary<Annot, Integer> annots, Bundle extra)
Parameters
Type Name Description
System.Collections.Generic.IDictionary<pdftronprivate.PDF.Annot, Java.Lang.Integer> annots
Android.OS.Bundle extra

OnAnnotationsPreModify(IDictionary<Annot, Integer>)

Declaration
void OnAnnotationsPreModify(IDictionary<Annot, Integer> annots)
Parameters
Type Name Description
System.Collections.Generic.IDictionary<pdftronprivate.PDF.Annot, Java.Lang.Integer> annots

OnAnnotationsPreRemove(IDictionary<Annot, Integer>)

Declaration
void OnAnnotationsPreRemove(IDictionary<Annot, Integer> annots)
Parameters
Type Name Description
System.Collections.Generic.IDictionary<pdftronprivate.PDF.Annot, Java.Lang.Integer> annots

OnAnnotationsRemoved(IDictionary<Annot, Integer>)

Declaration
void OnAnnotationsRemoved(IDictionary<Annot, Integer> annots)
Parameters
Type Name Description
System.Collections.Generic.IDictionary<pdftronprivate.PDF.Annot, Java.Lang.Integer> annots

OnAnnotationsRemovedOnPage(Int32)

Declaration
void OnAnnotationsRemovedOnPage(int pageNum)
Parameters
Type Name Description
System.Int32 pageNum
Back to top Generated by DocFX