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

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax
C#
protected virtual byte[] GetImageThumbnailBinaryFileInternal(
	DocumentAttachment attachment,
	int width,
	int height
)

Parameters

attachment
Type: CMS.DocumentEngineDocumentAttachment
Document attachment.
width
Type: SystemInt32
Image thumbnail height.
height
Type: SystemInt32
Image thumbnail width.

Return Value

Type: Byte
See Also