Flags load reading images.
[Flags]
|
|||||
enum
|
ReadImageFlags
|
See also:
IImage.ReadImage
Info
|
= 0
|
The image metadata is going to be read (see IImageInfo). This is not an actual flag because image metadata always needs to be read. Remarks: The file format of the image must be fully supported. If not, an ValidatingException will be thrown. |
---|---|---|
Data
|
= 0x01
|
The image metadata and pixel data is going to be read. Remarks: The file format of the image must be fully supported. If not, an ValidatingException will be thrown. |
Geo
|
= 0x02
|
Georeferencing metadata (if present) is going to be read. Remarks: The file format of the image must be fully supported. If not, an ValidatingException will be thrown. |