AttachmentInfoProviderSetAttachmentsQuality Method |
Sets image quality of all specified attachments to the required level.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax public static void SetAttachmentsQuality(
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