ImageGear .NET v24.14 - Updated September 15, 2020
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
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