Represents an image element.

The following tables list the members exposed by the ImageElement type.

Public Methods

  NameDescription
Clone
Creates a copy of the current ImageElement.
(Overrides .Clone().)
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
static memberFromBase64
Creates an ImageElement object from the specified Base64 string.

FromBinaryOverloaded.
static memberFromFile
Creates an ImageElement object from the specified file.

static memberFromImage
Creates an ImageElement object from the specified Image object.

static memberFromUrl
Creates an ImageElement object from the specified URL string.

GetHashCode
Serves as a hash function for a particular type. GetHashCode() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetSizeAfterActions
Calculates the new size of the element after applying the actions onto it.
(Inherited from Element.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
ToString
Returns the String representation of this instance of a Element object.
(Inherited from Element.)

Protected Methods

  NameDescription
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)

Public Constructors

  NameDescription
ImageElementNew
Initializes a new instance of the ImageElement class.

Public Properties

  NameDescription
Actions
Gets the Action objects that will applied on this Element object.
(Inherited from Element.)
DataImageBase64Field
Gets or sets the name of the field from the data source that contains the values to bind to the SourceBase64 property of an ImageElement object.

DataImageBinaryField
Gets or sets the name of the field from the data source that contains the values to bind to the SourceBinary property of an ImageElement object.

DataImageBinaryOffsetField
Gets or sets the name of the field from the data source that contains the values to bind to the SourceBinaryOffset property of an ImageElement object.

DataImageFileField
Gets or sets the name of the field from the data source that contains the values to bind to the SourceFile property of an ImageElement object.

DataImageFileFormatString
Gets or sets the string that specifies the format in which the URL or file path for an ImageElement object is rendered.

Height
Gets or sets the height of the element.
(Inherited from Element.)
Name
Gets or sets the string identifying the element. The element's name should be unique throughout the scope of the current output composite image.
(Inherited from Element.)
NullImageUrl
Gets or sets the image file path or URL which will be displayed when the specified source image cannot be accessed or when the value of the field specified by any Data Binding properties are null references (Nothing in Visual Basic).

Source
Gets or sets the image source type for this ImageElement object.

SourceBase64
Gets or sets the Base64 string of the image content.

SourceBinary
Gets or sets the binary content of the image.

SourceBinaryOffset
Gets or sets the number of bytes that must be skipped on the source image when generating the image based on the SourceBinary property

SourceFile
Gets or sets the image file path or URL.

SourceImage
Gets or sets the content of the image.

Width
Gets or sets the width of the element.
(Inherited from Element.)
X
Gets or sets the x-coordinate of the left side of the element
(Inherited from Element.)
Y
Gets or sets the y-coordinate of the top side of the element
(Inherited from Element.)