GetImageData Method
GetImageData(ILayoutArea, bool)
Returns image item data as ImageInfo either from Cache or creating a new image.
Declaration
ImageInfo GetImageData(ILayoutArea area, bool allowMetafiles)
Parameters
Returns
GetImageData(IImage, bool)
Declaration
ImageInfo GetImageData(IImage image, bool allowMetafiles)
Parameters
Type |
Name |
Description |
IImage |
image |
|
bool |
allowMetafiles |
|
Returns
GetImageData(IStyle, bool)
Returns the background image from the specified IStyle instance.
Declaration
ImageInfo GetImageData(IStyle style, bool allowMetafiles)
Parameters
Type |
Name |
Description |
IStyle |
style |
IStyle to return the background image from.
|
bool |
allowMetafiles |
A value indicating whether to allow metafiles.
|
Returns