Click or drag to resize
KaxBinaryImage Class
Represents a control which is capable of displaying images from a binary data
Inheritance Hierarchy
SystemObject
  System.Web.UIControl
    System.Web.UI.WebControlsWebControl
      Kettic.AspNet.ControlsKaxBinaryImage

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class KaxBinaryImage : WebControl

The KaxBinaryImage type exposes the following members.

Constructors
  NameDescription
Public methodKaxBinaryImage
Top
Methods
  NameDescription
Public methodDataBind (Overrides ControlDataBind.)
Top
Properties
  NameDescription
Public propertyAlternateText
Gets or sets the alternate text displayed in the Image control when the image is unavailable. Browsers that support the ToolTips feature display this text as a ToolTip.
Public propertyAutoAdjustImageControlSize
Specifies if the HTML image element's dimensions are inferred from image's binary data
Public propertyDataValue
Gets or sets binary data to which control will be bound to
Public propertyDescriptionUrl
The URL for the file that contains a detailed description for the image. The default is an empty string ("").
Public propertyGenerateEmptyAlternateText
Gets or sets a value indicating whether the control generates an alternate text attribute for an empty string value. The default value is false
Public propertyHttpHandlerUrl
Specifies the URL of the HTTPHandler from which the image will be served
Public propertyImageAlign
Gets or sets the alignment of the KaxBinaryImage control in relation to other elements on the Web page.
Public propertyImageUrl
Gets or sets the location of an image to display in the KaxBinaryImage control.
Public propertyResizeMode
Public propertySavedImageName
Get or set the name of the file which will appear inside of the SaveAs browser dialog
Top
See Also