AttachmentInfoProviderResizeAttachmentsInternal Method |
Resizes specified attachments to the required dimensions.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax protected virtual void ResizeAttachmentsInternal(
string where,
int width,
int height,
int maxSideSize
)
Parameters
- where
- Type: SystemString
Where condition - width
- Type: SystemInt32
Image width - height
- Type: SystemInt32
Image height - maxSideSize
- Type: SystemInt32
Image max side size
See Also