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




In This Topic
    ImGearPrinterModes Enumeration
    In This Topic
    This enumeration specifies current printer mode.
    Syntax
    'Declaration
     
    Public Enum ImGearPrinterModes 
       Inherits System.Enum
    'Usage
     
    Dim instance As ImGearPrinterModes
    public enum ImGearPrinterModes : System.Enum 
    __value public enum ImGearPrinterModes : public System.Enum 
    public enum class ImGearPrinterModes : public System.Enum 
    Members
    MemberValueDescription
    COMPOUNDSTRING2The printed string will consist of a compound of a String followed by a value followed by a suffix string.
    MULTISTRING1The printed text will consist of an enumerated list of strings to be printed in order.
    SINGLESTRING0The printed text will consist of a single string.
    Remarks
    ImGearCapabilities.CAP_PRINTERMODE capability values.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ImageGear.TWAIN.ImGearPrinterModes

    See Also