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. |
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()
HRESULT Scan | ( | [in, optional] VARIANT * | profile | ) |
Start scanning.
Scan documents
profile | Name of the profile |