IExternalDocumentView
Scriptable object, inherited from IBaseView
Description
External Document View interface to be implemented (optionally) by File Handler plugins
Properties
Methods
| Method | Description |
|---|---|
| Activate | Activates the view |
| Create | Creates view window on demand |
| PrintClient | Request to draw content in given DC, if host window is reused |
| SetRect | Directs the preview handler to change the area within the parent hwnd that it draws into |
| TranslateAccelerator | Directs the view to handle a keystroke passed up from the message pump of the process in which the view is running |
| TranslateCommand | Directs the view to handle a command message passed up from the message pump of the process in which the view is running |
| Unload | Directs the view handler to release all resources that have been allocated based on the item passed in during the initialization |
| Update | Updates content of the view |