#90 Interface for Capabilities

This commit is contained in:
Eugene Wang
2017-08-08 20:23:26 -04:00
parent 2457d16a43
commit 717d5e2418
9 changed files with 1220 additions and 6 deletions

View File

@@ -10,7 +10,7 @@ namespace NTwain
/// </summary>
public static class WpfImageTools
{
// <summary>
/// <summary>
/// Loads a <see cref="Stream" /> into WPF <see cref="BitmapSource" />. The image created
/// will be a copy so the stream can be disposed once this call returns.
/// </summary>