Re-creates the LEADTOOLS image object of this viewer from the Windows Runtime Source object.
public void UpdateImageFromSource()
Public Sub UpdateImageFromSource()
public void UpdateImageFromSource()
function Leadtools.Controls.RasterImageViewer.UpdateImageFromSource()
This method will create an instance of Leadtools.RasterImage from the value of Source and set it in the Image property. If the value of Source is null, then the value of Image will be null as well.
Internally, this method will call RasterImageConverter.ConvertFromImageSource(Source, ConvertFromSourceOptions).
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