Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.10
|
Leadtools.Windows.Controls Namespace > ImageViewer Class : Source Property |
public ImageSource Source {get; set;}
'Declaration Public Property Source As ImageSource
'Usage Dim instance As ImageViewer Dim value As ImageSource instance.Source = value value = instance.Source
public: property ImageSource^ Source { ImageSource^ get(); void set ( ImageSource^ value); }
When the value of the Source property changes to a valid image, the values of SourceDpiX and SourceDpiY will be populated by the image resolution.
For XAML example, refer to ImageViewer.
For C#/VB examples, refer to ImageViewer.