ImageManager Properties |
The ImageManager type exposes the following members.
Name | Description | |
---|---|---|
![]() | GenerateThumbnail |
Gets/sets whether a thumbail is generated during the image processing operation.
|
![]() | GenerateThumbnailOnly |
Gets/sets whether only thumbnail files should be generated during the image processing operation.
|
![]() | IgnoreImagesLessThan |
Gets/sets the minimum image size (in kB) that will be processed.
|
![]() | ImageConstraint |
Gets/sets on which image dimension is constrained during the resize procedures.
|
![]() | ImageFindFilter |
Gets/sets the image find filter to use to gather images to convert when specifying an input path.
|
![]() | ImageFormat |
Gets/sets the image format for the output image.
|
![]() | ImageHeight |
Gets/sets the custom image height for the output image.
|
![]() | ImageQuality |
Get/sets the image quality for the output image.
|
![]() | ImageSize |
Gets/sets the image size for the output image.
|
![]() | ImageWidth |
Gets/sets the custom image width for the output image.
|
![]() | InputFile |
Gets/sets the full path and filename to an input image file.
|
![]() | InputPath |
Gets/sets the path to a folder that may contain image files for processing.
|
![]() | InputPathRecursion |
Gets/sets whether the input path should be searched recursively for any image file to be converted.
|
![]() | InputStream |
The input stream for the original image. See also OutputStream.
|
![]() | OutputFile |
Gets/sets the full path and filename to an output image file. If a thumbnail is generated, it will have the same name as the output image.
|
![]() | OutputImageSameFormatAsInput |
Gets/sets whether the output images should be in the same graphics format as the input image.
|
![]() | OutputPath |
Gets/sets the path to a folder where processed images are output.
|
![]() | OutputPathRecursion |
Gets/sets whether the output images should be output into equivalent folder structure as the input folders
|
![]() | OutputStream |
The output stream for the transformed image. See also InputStream.
|
![]() | OverwriteExistingFile |
Gets/sets whether the existing files should be overwritten when generating images
|
![]() | ThumbConstraint |
Gets/sets on which image dimension is constrained during the thumbnail generation.
|
![]() | ThumbFormat |
Gets/sets the image format for the output thumbnail.
|
![]() | ThumbHeight |
Gets/sets the custom image height for the output thumbnail.
|
![]() | ThumbnailPath |
Gets/sets the relative path where thumbnail files are generated from the equivalent image.
|
![]() | ThumbQuality |
Get/sets the image quality for the output thumbnail.
|
![]() | ThumbSize |
Gets/sets the image size for the output thumbnail.
|
![]() | ThumbWidth |
Gets/sets the custom image width for the output thumbnail.
|