The PictureHolder type exposes the following members.

Methods

  Name Description
Public method ToString
Gets a string that represents this PictureHolder.
(Overrides Object..::..ToString()()()().)

Properties

  Name Description
Public property FieldName
Gets the name of the database field from which this PictureHolder will load images.
Public property Image
Gets the Image loaded by this PictureHolder.
Public property IsBound
Gets a value that indicates whether this PictureHolder is bound to a database field that contains images.
Public property IsEmpty
Gets a value that indicates whether this PictureHolder is empty.
Public property IsUrl
Gets a value that indicates whether this PictureHolder contains an image URL.
Public property Url
Gets the URL that contains the Image loaded by this PictureHolder.

See Also