EnableSaveMultipageFile property (ILTDataTransfer)
VARIANT_BOOL EnableSaveMultipageFile | |
Overview |
Refer to Getting and Setting Capabilities |
Remarks
Enables or disables saving multiple pages to a single file. Possible values are:
Setting |
Description |
TRUE |
Enables saving to a single file. |
FALSE |
Disable saving to a single file. (Save each page to a separate file. The naming and numbering of the separate files is handled by the driver itself.) |
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