ImageGear for .NET
ImGearPrinter Enumeration
See Also  Send Feedback
ImageGear21.Twain Assembly > ImageGear.TWAIN Namespace : ImGearPrinter Enumeration




Glossary Item Box

This enumeration determines the printer devices being used by application.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Members

MemberValueDescription
ENDORSERBOTTOMAFTER7Endorser bottom/after.
ENDORSERBOTTOMBEFORE6Endorser bottom/before.
ENDORSERTOPAFTER5Endorser top/after.
ENDORSERTOPBEFORE4Endorser top/before.
IMPRINTERBOTTOMAFTER3Imprinter bottom/after.
IMPRINTERBOTTOMBEFORE2Imprinter bottom/before.
IMPRINTERTOPAFTER1Imprinter top/after.
IMPRINTERTOPBEFORE0Imprinter top/before.

Remarks

Imprinters are used to print data on documents at the time of scanning, and may be used for any purpose. Endorsers are more specific in nature, stamping some kind of proof of scanning on the document.

Top/Bottom refer to duplex devices, and indicate if the printer is writing on the top or the bottom of the sheet of paper. Simplex devices use the top settings.

Before/After indicates whether printing occurs before or after the sheet of paper has been scanned.

ImGearCapabilities.CAP_PRINTER capability values.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.TWAIN.ImGearPrinter

See Also

©2013. Accusoft Corporation. All Rights Reserved.