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: 9.0.0
Syntax
C#
public static void SetAttachmentHeightAndWidth(
	AttachmentInfo attachmentInfo
)

Parameters

attachmentInfo
Type: CMS.DocumentEngineAttachmentInfo
Attachment info
See Also