Click or drag to resize
MetaFileInfoProviderSetMetaFilesQuality Method
Changes images quality using GDI+ built in JPEG encoder.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public static void SetMetaFilesQuality(
	int objectId,
	string objectType,
	string group,
	string where,
	int quality
)

Parameters

objectId
Type: SystemInt32
ID of specific object
objectType
Type: SystemString
Object type
group
Type: SystemString
Group name
where
Type: SystemString
Where condition
quality
Type: SystemInt32
New image quality, from 0 (lowest quality) to 100 (highest quality)
See Also