tcomIScanJob Interface Reference

Scan job. More...

List of all members.

Public Member Functions

HRESULT Export ([in] long type,[in] BSTR path,[in] long fileFormat,[in, optional] VARIANT *pFileName,[in, optional] VARIANT *pAppendIndex)
 Export batch.
HRESULT Delete ()
 Delete job.

Properties

BSTR Id [get]
 Return job id.


Detailed Description

Scan job.

Job is collection of scanned files.


Member Function Documentation

HRESULT Export ( [in] long  type,
[in] BSTR  path,
[in] long  fileFormat,
[in, optional] VARIANT *  pFileName,
[in, optional] VARIANT *  pAppendIndex 
)

Export batch.

Parameters:
type Type of export
  • 0 Export all documents as one file
  • 1 Export each document as file
  • 2 Export each page as file
  • 3 Export each document as directory
path Path for the expport
fileFormat File format
  • 0 Original, valid only for type 2
  • 1 TIFF
  • 2 PDF
pFileName Name of the file, empty attribute for type 0.
pAppendIndex Append index to the file name. This is length of the index in characters. 0 - no index is appended.
Functions throw exception if fail.


Property Documentation

BSTR Id [get]

Return job id.

Return values:
pId job id


Generated on Wed Sep 22 16:40:49 2010 for Tahiti COM API