Click or drag to resize
AttachmentInfoProviderResizeAttachmentsInternal Method
Resizes specified attachments to the required dimensions.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual void ResizeAttachmentsInternal(
	string where,
	int width,
	int height,
	int maxSideSize
)

Parameters

where
Type: SystemString
Where condition
width
Type: SystemInt32
Image width
height
Type: SystemInt32
Image height
maxSideSize
Type: SystemInt32
Image max side size
See Also