.. _doxcsid-interface_p1_1_1_camera_sdk_1_1_i_full_image_subscription: IFullImageSubscription Interface ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Definition ^^^^^^^^^^ *Namespace:* ``P1.CameraSdk`` Subscribe / unsubscribe to IIQ image file transfers. :ref:`More...` .. ref-code-block:: csharp :class: doxyrest-overview-code-block public interface IFullImageSubscription : :ref:`P1::CameraSdk::ISubscription` .. _csdetails-interface_p1_1_1_camera_sdk_1_1_i_full_image_subscription: Remarks ^^^^^^^ Subscribe / unsubscribe to IIQ image file transfers. Subscribing to this tells the camera that the host computer should ready receive captures when the camera is triggered.The camera may choose to ignore this (and not transmit any captures), as the storage configuration on the camera controls the behaviour. (*Host Storage* must be enabled.) This subscription is also used by the *image browsing* feature, to send IIQ files to the host.You *must* enable this subscription *before* calling :ref:`IStoredImageHandle.RequestImageAsync `