| CMSAbstractTransformationGetImageByUrl Method (Object, 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: 10.0.0
 Syntax
Syntaxpublic string GetImageByUrl(
	Object imageUrl,
	int maxSideSize
)
Parameters
- imageUrl
- Type: SystemObject
 Image URL
- maxSideSize
- Type: SystemInt32
 Image max. side size
Return Value
Type: 
String See Also
See Also