~~Title: Efl.Ui.Image.load_orientation~~ ====== Efl.Ui.Image.load_orientation ====== ===== Description ===== %%Defines whether the orientation information in the image file should be honored.%% %%The orientation can for instance be set in the EXIF tags of a JPEG image. If this flag is %%''false''%%, then the orientation will be ignored at load time, otherwise the image will be loaded with the proper orientation.%% //Since 1.23// {{page>:develop:api-include:efl:ui:image:property:load_orientation:description&nouser&nolink&nodate}} ===== Values ===== * **enable** - %%%%''true''%% means that it should honor the orientation information.%% //Overridden from [[:develop:api:efl:gfx:image_load_controller:property:load_orientation|Efl.Gfx.Image_Load_Controller.load_orientation]] **(get, set)**.//===== Signature ===== @property load_orientation @pure_virtual { get {} set {} values { enable: bool; } } ===== C signature ===== Eina_Bool efl_gfx_image_load_controller_load_orientation_get(const Eo *obj); void efl_gfx_image_load_controller_load_orientation_set(Eo *obj, Eina_Bool enable); ===== Implemented by ===== * [[:develop:api:efl:gfx:image_load_controller:property:load_orientation|Efl.Gfx.Image_Load_Controller.load_orientation]] * [[:develop:api:efl:canvas:image:property:load_orientation|Efl.Canvas.Image.load_orientation]] * [[:develop:api:efl:ui:image:property:load_orientation|Efl.Ui.Image.load_orientation]]