AtalaImageViewerSource Property |
Gets or sets the BitmapSource used by the viewer.
Namespace:
Atalasoft.Imaging.Wpf
Assembly:
Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public BitmapSource Source { get; set; }
Public Property Source As BitmapSource
Get
Set
Property Value
Type:
BitmapSource The BitmapSource for the viewer.
Remarks Setting this property changes the AtalaImage used by the viewer.
See Also