Completed all triplet mapping.

This commit is contained in:
soukoku
2014-04-04 18:51:44 -04:00
parent 428a024124
commit c7ca66836b
7 changed files with 147 additions and 24 deletions

View File

@@ -32,7 +32,18 @@ namespace NTwain.Triplets
if (_extImgInfo == null) { _extImgInfo = new ExtImageInfo(_session); }
return _extImgInfo;
}
}
}
Filter _filter;
public Filter Filter
{
get
{
if (_filter == null) { _filter = new Filter(_session); }
return _filter;
}
}
GrayResponse _grayResponse;
public GrayResponse GrayResponse