| CMSAbstractTransformationGetImage Method (Object, Int32, Int32) | 
            Returns a complete HTML code of the image that is specified in the given column.
            
 
Namespace: CMS.ControlsAssembly: CMS.Controls (in CMS.Controls.dll) Version: 9.0.0
Syntaxpublic string GetImage(
	Object attachmentGuidColumn,
	int width,
	int height
)
Parameters
- attachmentGuidColumn
 - Type: SystemObject
Name of the column that contains the attachment - width
 - Type: SystemInt32
Image width - height
 - Type: SystemInt32
Image height 
Return Value
Type: 
String
See Also