CMSAbstractTransformationGetImageByUrl Method (Object, Int32, Int32) |
Returns a complete HTML code of the image that is specified by the given URL.
Namespace: CMS.DocumentEngine.Web.UIAssembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 12.0.0
Syntax public string GetImageByUrl(
Object imageUrl,
int width,
int height
)
Parameters
- imageUrl
- Type: SystemObject
Image URL - width
- Type: SystemInt32
Image width - height
- Type: SystemInt32
Image height
Return Value
Type:
StringSee Also