WPD_CROPPED_STATUS_VALUES enumeration
The WPD_CROPPED_STATUS_VALUES enumeration type describes the cropping status of an image.
Syntax
typedef enum WPD_CROPPED_STATUS_VALUES {
WPD_CROPPED_STATUS_NOT_CROPPED = 0,
WPD_CROPPED_STATUS_CROPPED = 1,
WPD_CROPPED_STATUS_SHOULD_NOT_BE_CROPPED = 2
} ;
Constants
-
WPD_CROPPED_STATUS_NOT_CROPPED
-
The image has not been cropped.
-
WPD_CROPPED_STATUS_CROPPED
-
The image has been cropped.
-
WPD_CROPPED_STATUS_SHOULD_NOT_BE_CROPPED
-
The image has not been, and should not be, cropped.
Remarks
Indicates the cropped status of an image. This enumeration is used by the WPD_IMAGE_CROPPED_STATUS property.
Requirements
Requirement | Value |
---|---|
Header |
|