The ImageElement type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ImageElement |
Initializes a new instance of the ImageElement class.
|
Methods
Name | Description | |
---|---|---|
Clone |
Creates a copy of the current ImageElement.
(Overrides Element..::.Clone()()().) | |
Equals | (Inherited from Object.) | |
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.) | |
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.
(Inherited from Object.) | |
GetOutputImage | Overloaded. | |
GetOutputImageBinary | Overloaded. | |
GetSize |
Calculates the size of the element without applying any actions onto it.
(Inherited from Element.) | |
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.) | |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
ToString | (Inherited from Element.) |
Properties
Name | Description | |
---|---|---|
Actions | (Inherited from Element.) | |
Dpi |
Gets or sets the resolution of the image representing this element; in dots per inch (DPI). Default value is 96.
(Inherited from Element.) | |
Height |
Gets or sets the height of the element.
(Inherited from Element.) | |
MultiPageCount |
Gets the number of pages/frames contained in a multi-page image.
| |
MultiPageIndex |
Gets or sets the page/frame index (zero based) of a multi-page image to be used.
| |
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).
| |
PreserveMetaData |
Gets or sets whether the metadata (like EXIF) of the source image should be preserved for this ImageElement.
| |
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
| |
SourceDpi |
Gets the resolution of the source image; in dots per inch (DPI).
| |
SourceFile |
Gets or sets the image file path or URL.
| |
SourceImage |
Gets or sets the content of the image.
| |
UseSourceDpi |
Gets or sets whether the resolution of the source image (DPI) should be used for creating this ImageElement.
| |
Visible |
Gets or sets whether this element is visible or hidden.
(Inherited from Element.) | |
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.) |