Click or drag to resize
KaxBinaryImage Properties

The KaxBinaryImage type exposes the following members.

Properties
  Name Description
Public property AlternateText
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 property AutoAdjustImageControlSize
Specifies if the HTML image element's dimensions are inferred from image's binary data
Public property DataValue
Gets or sets binary data to which control will be bound to
Public property DescriptionUrl
The URL for the file that contains a detailed description for the image. The default is an empty string ("").
Public property GenerateEmptyAlternateText
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 property HttpHandlerUrl
Specifies the URL of the HTTPHandler from which the image will be served
Public property ImageAlign
Gets or sets the alignment of the KaxBinaryImage control in relation to other elements on the Web page.
Public property ImageUrl
Gets or sets the location of an image to display in the KaxBinaryImage control.
Public property ResizeMode
Public property SavedImageName
Get or set the name of the file which will appear inside of the SaveAs browser dialog
Top
See Also