Options to use when converting a WPF/Silverlight System.Windows.Media.ImageSource to a LEADTOOLS Leadtools.RasterImage. This is a dependency property.
public ConvertFromSourceOptions ConvertFromSourceOptions { get; set; }
Public Property ConvertFromSourceOptions As Leadtools.Windows.Media.ConvertFromSourceOptions
public:
property Leadtools.Windows.Media.ConvertFromSourceOptions ConvertFromSourceOptions {
Leadtools.Windows.Media.ConvertFromSourceOptions get();
void set ( Leadtools.Windows.Media.ConvertFromSourceOptions );
}
One or more Leadtools.Windows.Media.ConvertFromSourceOptions enumeration members that specifies the options to use when this control must converts a LEADTOOLS Leadtools.RasterImage to a WPF/Silverlight System.Windows.Media.ImageSource. Default value is ConvertFromSourceOptions.None.
If the Source property is changed, the RasterImageListItem must be informed so it can reflect the changes into the Image object. The UpdateImageFromSource can be used to perform this task.
The control uses the RasterImageConverter.ConvertFromSource to convert the WPF/Silverlight System.Windows.Media.ImageSource to LEADTOOLS Leadtools.RasterImage. The value of the ConvertFromSourceOptions property is used as the options parameter to this method.
For C#/VB examples, refer to UpdateImageFromSource.
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