AttachmentInfoProvider.ResizeImageAttachmentInternal Method |
Resizes image to specified dimensions.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntaxprotected virtual void ResizeImageAttachmentInternal(
AttachmentInfo newAttachment,
int width,
int height,
int maxSideSize
)
Parameters
- newAttachment
- Type: CMS.DocumentEngine.AttachmentInfo
Attachment info - width
- Type: System.Int32
New width of the attachment - height
- Type: System.Int32
New height of the attachment - maxSideSize
- Type: System.Int32
Maximal side size of the attachment
See Also