Show / Hide Table of Contents

Interface ToolManager.IPdfDocModificationListener

Namespace: pdftron.PDF.Tools
Assembly: PDFViewCtrlTools.dll
Syntax
public interface IPdfDocModificationListener

Methods

OnAllAnnotationsRemoved()

Declaration
void OnAllAnnotationsRemoved()

OnAnnotationAction()

Declaration
void OnAnnotationAction()

OnBookmarkModified(IList<UserBookmarkItem>)

Declaration
void OnBookmarkModified(IList<UserBookmarkItem> bookmarkItems)
Parameters
Type Name Description
System.Collections.Generic.IList<UserBookmarkItem> bookmarkItems

OnPageLabelsChanged()

Declaration
void OnPageLabelsChanged()

OnPageMoved(Int32, Int32)

Declaration
void OnPageMoved(int from, int to)
Parameters
Type Name Description
System.Int32 from
System.Int32 to

OnPagesAdded(IList<Integer>)

Declaration
void OnPagesAdded(IList<Integer> pageList)
Parameters
Type Name Description
System.Collections.Generic.IList<Java.Lang.Integer> pageList

OnPagesCropped()

Declaration
void OnPagesCropped()

OnPagesDeleted(IList<Integer>)

Declaration
void OnPagesDeleted(IList<Integer> pageList)
Parameters
Type Name Description
System.Collections.Generic.IList<Java.Lang.Integer> pageList

OnPagesRotated(IList<Integer>)

Declaration
void OnPagesRotated(IList<Integer> pageList)
Parameters
Type Name Description
System.Collections.Generic.IList<Java.Lang.Integer> pageList
In This Article
Back to top Generated by DocFX