MediaFileInfoProviderGetThumbnailInternal Method |
Returns image thumbnail from the disk or create a new one if doesn't exist yet.
Namespace: CMS.MediaLibraryAssembly: CMS.MediaLibrary (in CMS.MediaLibrary.dll) Version: 13.0.131
Syntax protected virtual byte[] GetThumbnailInternal(
string originalFilePath,
int originalWidth,
int originalHeight,
int width,
int height
)
Parameters
- originalFilePath
- Type: SystemString
Original file path - originalWidth
- Type: SystemInt32
Original width - originalHeight
- Type: SystemInt32
Original height - width
- Type: SystemInt32
Width - height
- Type: SystemInt32
Height
Return Value
Type:
ByteSee Also