DWSDK C# Project Configuration ----------------------------- Project Configuration ~~~~~~~~~~~~~~~~~~~~~ 1. Click "Add Reference" in the C# project. .. image:: images/add_ref.png :scale: 100% 2. Click "Browse," then navigate to the `bin` folder in the extracted directory, select the ``dl_sdk_net.dll`` file, check it, and click OK. .. image:: images/browse_dll.png :scale: 100% 3. Click "Assembly," then search for ``system.drawing``. Check it and click OK. .. image:: images/browse_assembly.png :scale: 100% Example Project ~~~~~~~~~~~~~~~~ For using the project, refer to the :ref:`C# Code Example` provided. SDK Interface Documentation ~~~~~~~~~~~~~~~~~~~~~~~~~~ Detailed interface documentation can be found in the `C# SDK Documentation <../_static/doc_Cs/index.html>`_.