IText |
The ITextDocumentController type exposes the following members.
| Name | Description | |
|---|---|---|
| CanAcceptImageFileName | Tests if the provided file name could be accepted as an image. | |
| CanPaste | Determines whether this controller can accept the current clipboard data. If the return value is , the controller is used to paste the clipboard data via Paste; otherwise, pasting is delegated to the source editor. | |
| EhBeforeCompleteRendering | Notifies the controller immediately before rendering completes. | |
| EhFractionOfEditorWindowChanged | Notifies the controller that the editor window fraction changed. | |
| EhIsViewerSelectedChanged | Notifies the controller that the viewer selection state changed. | |
| EhReferencedImageUrlsChanged | Notifies the controller that the referenced local image URLs changed. | |
| EhViewerConfigurationChanged | Notifies the controller that the viewer configuration changed. | |
| InsertImageInDocumentAndGetUrl(String) | Inserts an image file into the document and returns the inserted image URL. | |
| InsertImageInDocumentAndGetUrl(Stream, String) | Inserts an image stream into the document and returns the inserted image URL. | |
| Paste | Pastes data from the clipboard in the document managed by this controller. |