BBjHtmlView::getImage
Description
In BBj 16.00 and higher, this method returns a BBjImage corresponding to the contents of a BBjHtmlView control.
Syntax
Return Value |
Method |
---|---|
getImage() |
Parameters
None.
Return Value
Returns a BBjImage corresponding to the contents of the BBjHtmlView control.
Remarks
This method may not work in all BBjHtmlView clients. It can take a significant amount of time for a page to be fully rendered. For best results, this method should be invoked from an event handler for the ON_PAGE_LOADED event.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.