Represents an image element.
The following tables list the members exposed by the ImageElement type.
Public Methods
Name | Description | |
---|---|---|
Clone |
Creates a copy of the current ImageElement.
(Overrides .Clone().) | |
Equals | (Inherited from Object.) | |
FromBase64 |
Creates an ImageElement object from the specified Base64 string.
| |
FromBinary | Overloaded. | |
FromFile |
Creates an ImageElement object from the specified file.
| |
FromImage |
Creates an ImageElement object from the specified Image object.
| |
FromUrl |
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 | (Inherited from Element.) |
Protected Methods
Name | Description | |
---|---|---|
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
Name | Description | |
---|---|---|
ImageElementNew |
Initializes a new instance of the ImageElement class.
|
Public Properties
Name | Description | |
---|---|---|
Actions | (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.) |