Click or drag to resize
WebDAVHelperSetAttachmentHeightAndWidth Method
If attachment is image then set height and width.

Namespace: CMS.WebDAV
Assembly: CMS.WebDAV (in CMS.WebDAV.dll) Version: 10.0.0
Syntax
C#
public static void SetAttachmentHeightAndWidth(
	IAttachment attachmentInfo
)

Parameters

attachmentInfo
Type: CMS.DocumentEngineIAttachment
Attachment info
See Also