Click or drag to resize

ITextDocumentController Methods

The ITextDocumentController type exposes the following members.

Methods
 NameDescription
Public methodCanAcceptImageFileName Tests if the provided file name could be accepted as an image.
Public methodCanPaste Determines whether this controller can accept the current data of the clipboard. If the return value is true, the controller is used to paste the clipboard data (via Paste; otherwise, pasting is delegated further down to the source editor.
Public methodEhBeforeCompleteRendering 
Public methodEhFractionOfEditorWindowChanged 
Public methodEhIsViewerSelectedChanged 
Public methodEhReferencedImageUrlsChanged 
Public methodEhViewerConfigurationChanged 
Public methodInsertImageInDocumentAndGetUrl(String) 
Public methodInsertImageInDocumentAndGetUrl(Stream, String) 
Public methodPaste Pastes data from the clipboard in the document managed by this controller.
Top
See Also