ImageAPI.SaveThumbnail - метод Смотри также Terrasoft.Core.ImageAPI - пространство имен > ImageAPI - класс : SaveThumbnail - метод C#
- id
- SysImage table record Id.
- width
- Thumbnail width.
- height
- Thumbnail height.
- imageFormat
- Image format (JPEG, PNG, BMP, etc.).
- quality
- Quality of the saved image (percentage).
Glossary Item Box
public void SaveThumbnail( Guid id, int width, int height, ImageFormat imageFormat, long quality )
Параметры
- id
- SysImage table record Id.
- width
- Thumbnail width.
- height
- Thumbnail height.
- imageFormat
- Image format (JPEG, PNG, BMP, etc.).
- quality
- Quality of the saved image (percentage).