ImageGear .NET v25.2 - Updated
ImageGear.Twain Assembly / ImageGear.TWAIN Namespace / ImGearPrinter Enumeration




In This Topic
    ImGearPrinter Enumeration
    In This Topic
    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
    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