继承自 SystemIDisposable .
|
| virtual void | AddUndoItem (ParagraphEditingUndoItem undo_item) |
| | 用于通知页面添加撤销操作的回调函数。 更多...
|
| |
| virtual RectF | GetClientRect (PDFDoc document) |
| | 获取设备坐标系中客户端矩形的回调函数。 更多...
|
| |
| virtual int | GetCurrentPageIndex (PDFDoc document) |
| | 用于获取当前页面索引的回调函数。 更多...
|
| |
| virtual RectF | GetPageRect (PDFDoc document, int page_index) |
| | 用于获取设备坐标系中页面矩形的回调函数。 更多...
|
| |
| virtual global::System.IntPtr | GetPageViewHandle (PDFDoc document, int page_index) |
| | 获取页面视图窗口句柄的回调函数。 更多...
|
| |
| virtual RectF | GetPageVisibleRect (PDFDoc document, int page_index) |
| | 用于获取设备坐标系中可见页面矩形的回调函数。 更多...
|
| |
| virtual Matrix2D | GetRenderMatrix (PDFDoc document, int page_index) |
| | 获取渲染矩阵的回调函数。 更多...
|
| |
| virtual Rotation | GetRotation (PDFDoc document, int page_index) |
| | 用于获取页面视图旋转的回调函数。 更多...
|
| |
| virtual float | GetScale (PDFDoc document, int page_index) |
| | 获取页面缩放比例的回调函数。 更多...
|
| |
| virtual Int32Array | GetVisiblePageIndexArray (PDFDoc document) |
| | 用于获取可见页面索引的回调函数。 更多...
|
| |
| virtual bool | GotoPageView (PDFDoc document, int page_index, float left, float top) |
| | 转到页面视图的回调函数。 更多...
|
| |
| virtual void | InvalidateRect (PDFDoc document, int page_index, RectFArray invalid_rects) |
| | 用于使页面矩形无效的回调函数。 更多...
|
| |
| virtual void | NotifyTextInputReachLimit (PDFDoc document, int page_index) |
| | 用于通知文本输入达到限制的回调函数。 更多...
|
| |
| virtual void | Release () |
| | 用于释放当前回调对象自身的回调函数。 更多...
|
| |
| virtual void | SetDocChangeMark (PDFDoc document) |
| | 用于通知文档已更改的回调函数。 更多...
|
| |
此类表示段落编辑提供程序的回调对象。 此类中的所有纯虚函数都用作回调函数,应由用户实现。