Encapsulates an Image object and provides methods for loading images from image files or from binary database fields.

Namespace:  C1.C1Report.Util
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public class PictureHolder
Visual Basic
Public Class PictureHolder

Remarks

A PictureHolder object may contain an unbound image (from a file or URL), or the name of a database field that contains images.

Inheritance Hierarchy

System..::..Object
  C1.C1Report.Util..::..PictureHolder

See Also