tcomIScannerComponent Interface Reference

Scan Component. More...

List of all members.

Public Member Functions

HRESULT CreateJob ([out, retval] tcomIScanJob **ppScanJob)
 Create job.
HRESULT OpenJob ([in] BSTR jobId,[out, retval] tcomIScanJob **ppScanJob)
 Open job.
HRESULT Scan ([in, optional] VARIANT *profile)
 Start scanning.

Properties

tcomIScanJob ActiveJob [get]
 Get active job.


Detailed Description

Scan Component.

Component allows to scan documents

Component name is: Scanner Simple example to access this component

 set tahiti=CreateObject("LightComp.Tahiti")
 set domain=tahiti.domains.item("test.ept")
 set component = domain.components.item("Scanner")
 set scanComp = component.GetInterface()

Member Function Documentation

HRESULT Scan ( [in, optional] VARIANT *  profile  ) 

Start scanning.

Scan documents

Parameters:
profile Name of the profile


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