Leadtools.Windows.Controls Namespace > RasterImageListItem Class : ConvertFromSourceOptions Property |
public ConvertFromSourceOptions ConvertFromSourceOptions {get; set;}
'Declaration Public Property ConvertFromSourceOptions As ConvertFromSourceOptions
'Usage Dim instance As RasterImageListItem Dim value As ConvertFromSourceOptions instance.ConvertFromSourceOptions = value value = instance.ConvertFromSourceOptions
public: property ConvertFromSourceOptions ConvertFromSourceOptions { ConvertFromSourceOptions get(); void set ( ConvertFromSourceOptions value); }
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.