[]
        
(Showing Draft Content)

FarPoint.Web.Spread.SpreadImage

SpreadImage Class

Displays the image object in spread.

Inheritance
SpreadImage
Namespace: FarPoint.Web.Spread
Assembly: FarPoint.Web.Spread.dll
Syntax
public class SpreadImage : FloatingObject, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IAttributeAccessor, ISerializeSupport, IPostBackEventHandler, IPostBackDataHandler
Public Class SpreadImage
    Inherits FloatingObject
    Implements IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IAttributeAccessor, ISerializeSupport, IPostBackEventHandler, IPostBackDataHandler

Constructors

Name Description
SpreadImage()

Initialize an instance of SpreadImage.

SpreadImage(string, int, int, int, int)

Initialize an instance of SpreadImage with specify properties.

Properties

Name Description
CanMove

Gets or sets whether the image can be moved.

CanPrint

Gets or sets whether to print the current image when printing.

CanSelect

Gets or sets whether the image can be selected.

CanSize

Gets or sets whether the image can be resized.

ID

Gets or sets the programmatic identifier assigned to the SpreadImage control.

PageIndex

Gets or sets a page index which the current spread image is displayed in.

SheetView

Gets or Sets Sheetview instance of SpreadImage

Visible

Gets or sets whether to display the SpreadImage.

ZIndex

Gets or sets a zindex which the current spread image is displayed in.

Methods

Name Description
Clone()

Creates and returns a copy of the object.

Deserialize(XmlNodeReader)

Deserialize object from XmlTextWriter

LoadPostData(string, NameValueCollection)

When implemented by a class, processes postback data for an ASP.NET server control.

RaisePostBackEvent(string)

Notifies the server control that caused the postback.

RaisePostDataChangedEvent()

Notifies the server control that caused the postback that it should handle an incoming post back event. Implements IPostBackEventHandler.

Render(HtmlTextWriter)

Sends the SpreadImage control content to a provided HtmlTextWriter object, which writes the content to be rendered on the client.

Serialize(XmlTextWriter)

Serialize object to XmlTextWriter