ImageFlags
System.Drawing.Imaging.ImageFlags
Namespace: System.Drawing.Imaging
Assembly: System.Drawing.Managed (4.0.0.0)
Specifies the attributes of the pixel data contained in an Image object.
public enum ImageFlags : EnumPublic Enum ImageFlags As [Enum]Fields
Caching
Pixel data can be cached for faster access.
ColorSpaceCmyk
Pixel data uses a CMYK color space.
ColorSpaceGray
Pixel data is grayscale.
ColorSpaceRgb
Pixel data uses an RGB color space.
ColorSpaceYcbcr
Pixel data uses a YCBCR color space.
ColorSpaceYcck
Pixel data uses a YCCK color space.
HasAlpha
Pixel data contains alpha information.
HasRealDpi
Specifies that dots per inch information is stored in the image.
HasRealPixelSize
Specifies that the pixel size is stored in the image.
HasTranslucent
Specifies that the pixel data has alpha values other than 0 (transparent) and 255 (opaque).
None
There is no format information.
PartiallyScalable
Pixel data is partially scalable, but there are some limitations.
ReadOnly
Pixel data is read-only.
Scalable
Pixel data is scalable.
Last updated
Was this helpful?