ImageSaveType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum class ImageSaveType
public enum ImageSaveType
type ImageSaveType =
Public Enum ImageSaveType
- Inheritance
-
ImageSaveType
Fields
Name | Value | Description |
---|---|---|
Use_Extension | 0 | |
BMP | 1 | |
GIF | 2 | |
JPG | 3 | |
PNG | 4 | |
TIFF | 5 | |
BMP_UNCOMP | 6 | |
TIF_UNCOMP | 7 |