Fixed xml doc ref.

This commit is contained in:
soukoku
2014-04-10 07:52:46 -04:00
parent f861cd8c60
commit d20f84329c
5 changed files with 14 additions and 9 deletions

View File

@@ -888,6 +888,9 @@ namespace NTwain
TWImageMemXfer xferInfo = new TWImageMemXfer();
try
{
// how to tell if going to xfer in strip vs tile?
// if tile don't allocate memory in app?
xferInfo.Memory = new TWMemory
{
Flags = MemoryFlags.AppOwns | MemoryFlags.Pointer,
@@ -971,6 +974,7 @@ namespace NTwain
string finalFile = null;
try
{
// no strip or tile here, just chunks
xferInfo.Memory = new TWMemory
{
Flags = MemoryFlags.AppOwns | MemoryFlags.Pointer,