WPF D2D Remote Desktop Error

DirectX is rendered on the display card. Because of this LEADTOOLS WPF Annotations will not work over remote desktop using the AnnD2DRenderingEngine.

You can render annotations when using remote desktop by doing the following:

  1. Open your machine remotely using "Remote Desktop Connection"
  2. Open the WPF Annotations Demo
  3. Select View -> uncheck "Use D2D Rendering Engine"
  4. Draw any annotation object "e.g line", which should be displayed now.

You can change the demo to use AnnWPFRenderingEngine by default instead of AnnD2DRenderingEngine by doing the following:

  1. Open <Install_Path>\LEADTOOLS 19\Examples\DotNet3\CS\AnnotationsDemo
  2. Open the xaml for Window1
  3. Go to the following line:

    <MenuItem Name="_miUseD2DRenderingEngine" Header="_Use D2D Rendering Engine" IsCheckable="True" IsChecked="True" Checked="onUseD2DRendreingEngine_Checked" Unchecked="onUseD2DRendreingEngine_UnChecked"/>

  4. Set isChecked to False

For additional information please see Changes to Remoting Model in RDP 7.

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
LEADTOOLS Imaging, Medical, and Document