Click or drag to resize
AttachmentInfoProviderGetImageThumbnailFileInternal Method
Returns the image thumbnail from the disk.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual byte[] GetImageThumbnailFileInternal(
	AttachmentInfo atInfo,
	string siteName,
	int width,
	int height
)

Parameters

atInfo
Type: CMS.DocumentEngineAttachmentInfo
Attachment info
siteName
Type: SystemString
Site name
width
Type: SystemInt32
Image thumbnail height
height
Type: SystemInt32
Image thumbnail width

Return Value

Type: Byte
See Also