Inherits SystemIDisposable.
|
virtual void | AddUndoItem (ParagraphEditingUndoItem undo_item) |
| A callback function used to notify the page to add undo operation. More...
|
|
virtual RectF | GetClientRect (PDFDoc document) |
| A callback function to get the client rectangle in device coordinate system. More...
|
|
virtual int | GetCurrentPageIndex (PDFDoc document) |
| A callback function used to get current page index. More...
|
|
virtual RectF | GetPageRect (PDFDoc document, int page_index) |
| A callback function used to get page rectangle in device coordinate system. More...
|
|
virtual global::System.IntPtr | GetPageViewHandle (PDFDoc document, int page_index) |
| A callback function to get the page view window handle. More...
|
|
virtual RectF | GetPageVisibleRect (PDFDoc document, int page_index) |
| A callback function used to get visible page rectangle in device coordinate system. More...
|
|
virtual Matrix2D | GetRenderMatrix (PDFDoc document, int page_index) |
| A callback function to get the render matrix. More...
|
|
virtual Rotation | GetRotation (PDFDoc document, int page_index) |
| A callback function used to get the page view rotate. More...
|
|
virtual float | GetScale (PDFDoc document, int page_index) |
| A callback function to get the scale of page. More...
|
|
virtual Int32Array | GetVisiblePageIndexArray (PDFDoc document) |
| A callback function used to get visible page indexes. More...
|
|
virtual bool | GotoPageView (PDFDoc document, int page_index, float left, float top) |
| A callback function to go to page view. More...
|
|
virtual void | InvalidateRect (PDFDoc document, int page_index, RectFArray invalid_rects) |
| A callback function used to invalidate page rectangle. More...
|
|
virtual void | NotifyTextInputReachLimit (PDFDoc document, int page_index) |
| A callback function used to notify text input reach limit. More...
|
|
virtual void | Release () |
| A callback function used to release current callback object itself. More...
|
|
virtual void | SetDocChangeMark (PDFDoc document) |
| A callback function used to notify the document have changed. More...
|
|
This class represents a callback object for paragraph edit provider. All the pure virtual functions in this class are used as callback functions and should be implemented by user.