Click or drag to resize
TransformationHelperGetImage Method (Object, Object, Int32, Int32)
Returns a complete HTML code of the image.

Namespace: CMS.DocumentEngine.Web.UI
Assembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
public string GetImage(
	Object attachmentFileName,
	Object attachmentGuid,
	int width,
	int height
)

Parameters

attachmentFileName
Type: SystemObject
Name of the attachment file
attachmentGuid
Type: SystemObject
Attachment GUID
width
Type: SystemInt32
Image width
height
Type: SystemInt32
Image height

Return Value

Type: String
See Also