mirror of
https://github.com/soukoku/ntwain.git
synced 2025-12-01 10:54:08 +08:00
Completed all triplet mapping.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user