KB: How to acquire positive films from Epson V700 scanner?

Questions, comments and suggestions concerning VintaSoft Twain ActiveX.

Moderator: Alex

Post Reply
Alex
Site Admin
Posts: 2305
Joined: Thu Jul 10, 2008 2:21 pm

KB: How to acquire positive films from Epson V700 scanner?

Post by Alex »

You should change the document type to positive film as follows:

Code: Select all

  VSTwain1.StartDevice()
  VSTwain1.OpenDataSource()
  VSTwain1.Capability = 4382     ' 0x111e
  VSTwain1.CapType = 0           ' One value
  VSTwain1.CapValue = 1          ' TWLP_TRANSMISSIVE
  VSTwain1.SetCap()              ' Set cap value
  VSTwain1.Acquire()
This turns on the top light for transparencies or XRays.
Post Reply