Gets or sets the destination canvas context object to use when rendering the annotation objects.
public Canvas Context {get; set;}
Public Property Context As Canvas
public Canvas Context {get; set;}
<br/>get_Context();<br/>set_Context(value);<br/>Object.defineProperty('Context');
The destination canvas context object to use when rendering and the annotation objects. The default value is null.
The Windows Runtime ImageViewerAutomationControl object creates an instance of AnnWinRTRenderingEngine and uses it to create an automated annotation user interface tied with the LEADTOOLS ImageViewer control.
The value of Context will be set to the context of the custom annotation canvas created by ImageViewerAutomationControl.
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