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:
You can change the demo to use AnnWPFRenderingEngine by default instead of AnnD2DRenderingEngine by doing the following:
Go to the following line:
<MenuItem Name="_miUseD2DRenderingEngine" Header="_Use D2D Rendering Engine" IsCheckable="True" IsChecked="True" Checked="onUseD2DRendreingEngine_Checked" Unchecked="onUseD2DRendreingEngine_UnChecked"/>
Set isChecked to False
For additional information please see Changes to Remoting Model in RDP 7.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET