Image service GetThumbnail method
Gets a thumbnail image of a raster at a given raster ID.
GetThumbnail(int RID)
Parameter |
Description |
---|---|
RID |
The raster ID. |
Return Value
An ImageResult object.
Remarks
If the catalog of the image service has a Thumbnail field containing precomputed thumbnail images, a precomputed thumbnail will be returned. Otherwise, a thumbnail image will be generated from the full size image.
2/28/2020