Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

RenderItemFloaterRegion Event

Show in webframe
Renders the item floater region.
Syntax
add_renderItemFloaterRegion(function(sender, e))
renderItemFloaterRegion.add(function(sender, e))
remove_renderItemFloaterRegion(function(sender, e))
renderItemFloaterRegion.remove(function(sender, e))
    

During this part of the rendering cycle, the viewer will check if the item contains a floater image (stored in ImageViewerItem.Floater. If this is true and the value of FloaterRegionRenderMode is other than ControlRegionRenderMode.None then the viewer will render the outline of the floater on top of the image.

For more information, refer to Image Viewer Rendering.

Example

For an example, refer to PostRender.

Event Data
Parameter Type Description
sender 'var' The source of the event.
e ImageViewerRenderEventArgs The event data.
See Also
Error processing SSI file