MetaFileInfoProviderResizeMetaFiles Method |
Resizes specified metafiles to the required dimensions.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax 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