Click or drag to resize
AttachmentInfoProviderSetAttachmentsQualityInternal Method
Sets image quality of all specified attachments to the required level.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual void SetAttachmentsQualityInternal(
	string where,
	int quality
)

Parameters

where
Type: SystemString
Where condition to filter attachments
quality
Type: SystemInt32
New image quality, from 0 (lowest quality) to 100 (highest quality)
See Also