Click or drag to resize

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; }

Property Value

Type: BitmapSource
The BitmapSource for the viewer.
Remarks
Setting this property changes the AtalaImage used by the viewer.
See Also