ImageTypeEnum
ImageTypeEnum enumeration constants are used to convert coordinates between different image planes of the ImageDocument object. The latter object represents an open image. The open image contains only one page for each color type (black-and-white or color). It is either deskewed or non-deskewed depending on the values of the CorrectSkewXXX properties of the ImageLoadingParams object.
typedef enum {
IT_Base,
IT_Modified,
IT_Preview
} ImageTypeEnum;
Elements
Name | Description |
---|---|
IT_Base | Non-deskewed image. |
IT_Modified | Fully deskewed image. |
IT_Preview | Preview image. |
Used in
15.08.2023 13:19:30