Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the image decoder.
Syntax
public ImageSaveType saveType([ImageSaveType Type])
Run On
Client
Parameters
- Type
Type: ImageSaveType Enumeration
The type of decoder that you want to set; optional.
Remarks
The possible values for the Type parameter are those available in the ImageSaveType system enum:
0 |
Use_Extension |
1 |
BMP |
2 |
GIF |
3 |
JPG |
4 |
PNG |
5 |
TIFF |
6 |
BMP_UNCOMP |
7 |
TIF_UNCOMP |