[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Renderer.ImageRenderer

ImageRenderer Class

Represents a renderer control for image cells.

Inheritance
ImageRenderer
Namespace: FarPoint.Web.Spread.Renderer
Assembly: FarPoint.Web.Spread.dll
Syntax
public class ImageRenderer : DefaultRenderer, IEnhancedRenderer, IRenderer
Public Class ImageRenderer
    Inherits DefaultRenderer
    Implements IEnhancedRenderer, IRenderer

Constructors

Name Description
ImageRenderer()

Creates a new image cell renderer control.

ImageRenderer(string)

Creates an image cell renderer control with the specified picture.

ImageRenderer(string, bool)

Creates an image cell renderer control with the specified picture and text alignment.

Properties

Name Description
AlternateText

Gets or sets the alternate text for the image cell.

ImageAlign

Gets or sets the image alignment.

ImageUrl

Gets or sets the path and file name of the picture to display in the image cell.

TextOnRight

Gets or sets whether text in an image cell is aligned to the right side of the picture.

Methods

Name Description
CreateContent(TableCell, Appearance, object, bool)

Creates the content to render.