MetaFileInfoProviderGetImageThumbnail Method (Guid, Byte, String, String, Int32, Int32, Int32, Int32, Int32) |
Returns image thumbnail (from the disk - if already exists, or create new one and save it to disk - if doesnt exist).
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public static byte[] GetImageThumbnail(
Guid guid,
byte[] imageData,
string extension,
string siteName,
int width,
int height,
int maxSideSize,
int originalWidth,
int originalHeight
)
Parameters
- guid
- Type: SystemGuid
File GUID - imageData
- Type: SystemByte
Image data - extension
- Type: SystemString
Image extenstion - siteName
- Type: SystemString
Site name - width
- Type: SystemInt32
Image width - height
- Type: SystemInt32
Image height - maxSideSize
- Type: SystemInt32
Maximum side size - originalWidth
- Type: SystemInt32
Original width of the image - originalHeight
- Type: SystemInt32
Original height of the image
Return Value
Type:
ByteSee Also