Click or drag to resize
MetaFileInfoProviderResizeMetaFiles Method
Resizes specified metafiles to the required dimensions.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
public static void ResizeMetaFiles(
	int objectId,
	string objectType,
	string group,
	string where,
	int width,
	int height,
	int maxSideSize
)

Parameters

objectId
Type: SystemInt32
ID of specific object
objectType
Type: SystemString
Object type
group
Type: SystemString
Group name
where
Type: SystemString
Where condition
width
Type: SystemInt32
Image widht
height
Type: SystemInt32
Image height
maxSideSize
Type: SystemInt32
Image max side size
See Also