public final class ImageFlags
extends com.aspose.ms.System.Enum
Specifies the attributes of the pixel data contained in an Image object. The Flags property returns a member of this enumeration.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
| Modifier and Type | Field and Description |
|---|---|
static int |
Caching
The pixel data can be cached for faster access.
|
static int |
ColorSpaceCmyk
The pixel data uses a CMYK color space.
|
static int |
ColorSpaceGray
The pixel data is grayscale.
|
static int |
ColorSpaceRgb
The pixel data uses an RGB color space.
|
static int |
ColorSpaceYcbcr
Specifies that the image is stored using a YCBCR color space.
|
static int |
ColorSpaceYcck
Specifies that the image is stored using a YCCK color space.
|
static int |
HasAlpha
The pixel data contains alpha information.
|
static int |
HasRealDpi
Specifies that dots per inch information is stored in the image.
|
static int |
HasRealPixelSize
Specifies that the pixel size is stored in the image.
|
static int |
HasTranslucent
Specifies that the pixel data has alpha values other than 0 (transparent) and 255 (opaque)
|
static int |
None
There is no format information
|
static int |
PartiallyScalable
The pixel data is partially scalable, but there are some limitations.
|
static int |
ReadOnly
The pixel data is read-only.
|
static int |
Scalable
The pixel data is scalable.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toStringpublic static final int None
There is no format information
public static final int Scalable
The pixel data is scalable.
public static final int HasAlpha
The pixel data contains alpha information.
public static final int HasTranslucent
Specifies that the pixel data has alpha values other than 0 (transparent) and 255 (opaque)
public static final int PartiallyScalable
The pixel data is partially scalable, but there are some limitations.
public static final int ColorSpaceRgb
The pixel data uses an RGB color space.
public static final int ColorSpaceCmyk
The pixel data uses a CMYK color space.
public static final int ColorSpaceGray
The pixel data is grayscale.
public static final int ColorSpaceYcbcr
Specifies that the image is stored using a YCBCR color space.
public static final int ColorSpaceYcck
Specifies that the image is stored using a YCCK color space.
public static final int HasRealDpi
Specifies that dots per inch information is stored in the image.
public static final int HasRealPixelSize
Specifies that the pixel size is stored in the image.
public static final int ReadOnly
The pixel data is read-only.
public static final int Caching
The pixel data can be cached for faster access.
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.