ImageGear .NET - Updated
ImGearPrinter Enumeration




ImageGear24.Twain Assembly > ImageGear.TWAIN Namespace : ImGearPrinter Enumeration
This enumeration determines the printer devices being used by application.
Syntax
'Declaration
 
Public Enum ImGearPrinter 
   Inherits System.Enum
'Usage
 
Dim instance As ImGearPrinter
public enum ImGearPrinter : System.Enum 
__value public enum ImGearPrinter : public System.Enum 
public enum class ImGearPrinter : public System.Enum 
Members
MemberDescription
ENDORSERBOTTOMAFTEREndorser bottom/after.
ENDORSERBOTTOMBEFOREEndorser bottom/before.
ENDORSERTOPAFTEREndorser top/after.
ENDORSERTOPBEFOREEndorser top/before.
IMPRINTERBOTTOMAFTERImprinter bottom/after.
IMPRINTERBOTTOMBEFOREImprinter bottom/before.
IMPRINTERTOPAFTERImprinter top/after.
IMPRINTERTOPBEFOREImprinter 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

Reference

ImageGear.TWAIN Namespace