ImageGear .NET - Updated
ImGearPrinterModes Enumeration




ImageGear24.Twain Assembly > ImageGear.TWAIN Namespace : ImGearPrinterModes Enumeration
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
MemberDescription
COMPOUNDSTRINGThe printed string will consist of a compound of a String followed by a value followed by a suffix string.
MULTISTRINGThe printed text will consist of an enumerated list of strings to be printed in order.
SINGLESTRINGThe 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

Reference

ImageGear.TWAIN Namespace