ImageGear22.Twain Assembly > ImageGear.TWAIN Namespace : ImGearPrinterModes Enumeration |
'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
Member | Value | Description |
---|---|---|
COMPOUNDSTRING | 2 | The printed string will consist of a compound of a String followed by a value followed by a suffix string. |
MULTISTRING | 1 | The printed text will consist of an enumerated list of strings to be printed in order. |
SINGLESTRING | 0 | The printed text will consist of a single string. |
System.Object
System.ValueType
System.Enum
ImageGear.TWAIN.ImGearPrinterModes