Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
.gif)
| Previous | Next | 
WPD_CROPPED_STATUS_VALUES
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
};
Members
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
Header: Defined in PortableDevice.h
See Also
| Previous | Next |