.. index:: pair: enum; OrientationModeSetting .. _doxid-class_p1_1_1_camera_sdk_1_1_i_image_file_basic_info_1a591c5ae2c1762fe1b1f7ac1d1fbc1ed8: enum P1::CameraSdk::IImageFileBasicInfo::OrientationModeSetting =============================================================== Ways the image can by rotated, as defined by cameras orientation when capturing. .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include enum OrientationModeSetting { :target:`Degrees0` = 0, :target:`Degrees90` = 90, :target:`Degrees180` = 180, :target:`Degrees270` = -90, };