GxImageFlags

Description

The GxImageFlags enumeration contains image parameters.

It is used by the following property:

Available Values

Value Brief description
0 None. No information about the format.
1 Scalable. Point data is scalable.
2 HasAlpha. Point data contains alfa component data.
4 HasTranslucent. Indicates that point data contains alfa values that are different from 0 (transparent) and 255 (opaque).
8 PartiallyScalable. Points data is partially scalable but there are some constraints.
16 ColorSpaceRGB. Points data uses the RGB color area.
32 ColorSpaceCMYK. Points data uses CMYK color area.
64 ColorSpaceGRAY. Points data is black and white.
128 ColorSpaceYCBCR. Indicates that image is saved with the help of YCBCR color area.
256 ColorSpaceYCCK. Indicates that image is saved with the help of YCCK color area.
4096 HasRealDPI. Indicates that image resolution data is in pixels per inch.
8192 HasRealPixelSize. Indicates that image size is in points.
65536 ReadOnly. Points data is read-only.
131072 Caching. Points data can be cached for quicker access.

See also:

Drawing Assembly Enumerations