/** @since Available in iOS 7.0 and later. */
 public CGImageDestinationCopySourceOptions setOrientation(
     CGImagePropertyOrientation orientation) {
   set(Keys.DestinationOrientation(), CFNumber.valueOf(orientation.value()));
   return this;
 }