Click or drag to resize
IKaxImagePersister Interface
Represents an object which can handle image data's storage and retrieval

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public interface IKaxImagePersister

The IKaxImagePersister type exposes the following members.

Methods
  NameDescription
Public methodGenerateBinaryImageUrl
Generates an Uri at which the image's data can be accessed
Public methodLoadImage
Retrieves image binary data from storage
Public methodSaveImage
Saves a image's data to storage
Top
See Also