ImageHelperGetResizedImageData Method |
Name | Description | |
---|---|---|
![]() | GetResizedImageData(Int32, Int32) |
Returns resized image as the data array. For quality is used DefaultQuality.
|
![]() | GetResizedImageData(Int32, Int32, Int32) |
Returns resized image as the data array.
|
![]() ![]() | GetResizedImageData(HttpPostedFile, Int32, Int32, Int32) |
If posted file is image, resizes it to the required dimensions if possible and returns resized data. If it is not image, original data are returned.
|
![]() ![]() | GetResizedImageData(Byte, String, Int32, Int32, Int32) |
If posted file is image, resizes it to the required dimensions if possible and returns resized data. If it is not image, original data are returned.
|