VintaSoft Twain .NET SDK Discussions

Questions, comments and suggestions concerning VintaSoft Twain .NET SDK.

Board index < VintaSoft Twain < VintaSoft Twain .NET SDK Discussions

We are migrating to new forums engine, no new registration or posting currently available. TIA for your patience.

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



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

Post by Alex »

You should change the document type to positive film as follows:
  Try
    VSTwain1.OpenDataSource()
    VSTwain1.Capability = DeviceCapability.ILightPath
    VSTwain1.CapType = CapType.OneValue
    VSTwain1.CapValue = 1     ' TWLP_TRANSMISSIVE
    VSTwain1.SetCap()         ' Set cap value
    VSTwain1.Acquire()
  Catch ex As TwainException
    MsgBox(ex.Message)
  End Try
This turns on the top light for transparencies or XRays.


Page 1 from 1: 1