EnableAppendToFile property (ILTDataTransfer)

Visual Basic Example

Visual C++ 5.0 Example

 

Syntax

VARIANT_BOOL EnableAppendToFile

Overview

Refer to Getting and Setting Capabilities

Remarks

Enables or disables appending pages to the end of the file when saving a multi-page file. Possible values are:

Setting

Description

TRUE

Append pages to the end of the file.

FALSE

Do not append pages to the end of the file.

This property is valid only when the TransferMode property is set to L_TWSX_FILE.

This property is updated with the driver’s current setting when the GetProperties method is called.

To update the data transfer options, set this property and the other ILTDataTransfer properties accessed by the DataTransfer property and call the SetProperties method.

See Also

Elements

DataTransfer property, FillOrder property, BufferMemoryCompression property, TransferMode property, ScanFileFormat property, MemoryBufferSize property, EnableSaveMultipageFile property, EnableDumpMemoryBuffersToFile property, GetProperties method, SetProperties method

Topics

TWAIN Functionality: Driver Settings