Get |
The GetCroppedFileResponse type exposes the following members.
Name | Description | |
---|---|---|
![]() | ContentType |
The MMIME-type of the file
(Inherited from FileResult) |
![]() | CropOffsetX | The number of pixels from the left side, from where the image is cropped |
![]() | CropOffsetY | The number of pixels from the top, from where the image is cropped |
![]() | Filename |
The original filename of the file
(Inherited from FileResult) |
![]() | FullHeight | The height of the scaled image before cropping |
![]() | FullWidth | The width of the scaled image before cropping |
![]() | Size |
The size of the file in bytes
(Inherited from FileResult) |
![]() | Stream |
The file contents
(Inherited from FileResult) |