Click or drag to resize
AttachmentBinaryHelper.EnsureThumbnailFileInternal Method
Ensures the thumbnail file.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 11.0.0
Syntax
C#
protected virtual string EnsureThumbnailFileInternal(
	DocumentAttachment attachment,
	int width,
	int height,
	int maxSideSize
)

Parameters

attachment
Type: CMS.DocumentEngine.DocumentAttachment
Document attachment.
width
Type: System.Int32
File width.
height
Type: System.Int32
File height.
maxSideSize
Type: System.Int32
Maximum side size.

Return Value

Type: String
See Also