.. _doxcsid-interface_p1_1_1_camera_sdk_1_1_i_stored_image_handle_1aa777d52098547dd1ef87f7f9b768fe02: IStoredImageHandle.RequestBasicImageInfoAsync Method ++++++++++++++++++++++++++++++++++++++++++++++++++++ Definition """""""""" *Namespace:* ``P1.CameraSdk`` Requests a set of commonly used meta data about the image. .. ref-code-block:: csharp :class: doxyrest-overview-code-block public void RequestBasicImageInfoAsync(); CameraSDK defines a curated set of common meta data about an image called *BasicImageInfo*. See :ref:`IImageFileBasicInfo ` for what meta data is is included. The requested *basic info* object is returned by a notification. To retrieve the object, you must listen for the :ref:`EventType.CameraImageBasicImageInfo ` notification, *before* calling this method. .. rubric:: See also: :ref:`IImageFileBasicInfo `