ImprinterEndorser ClassTerminal Works - TwainScanning.Net Library
Allows the application to specify the starting endorser / imprinter number. All other endorser/ imprinter properties should be handled through the data source's user interface. The user can set the starting number for the endorser.
Inheritance Hierarchy

SystemObject
  TwainScanning.CapabilityCapSetBase
    TwainScanning.Capability.CapabilitySetsImprinterEndorser

Namespace: TwainScanning.Capability.CapabilitySets
Assembly: TwainScanning (in TwainScanning.dll) Version: 1.3.4.0 (1.3.4.0)
Syntax

public class ImprinterEndorser : CapSetBase

The ImprinterEndorser type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetCapabilities (Inherited from CapSetBase.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMakeCapT (Inherited from CapSetBase.)
Protected methodMakeCapArrT (Inherited from CapSetBase.)
Protected methodMakeCapReadOnlyT (Inherited from CapSetBase.)
Protected methodMakeCapReadOnlyArrayT
(Inherited from CapSetBase.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyEndorser
Allows the application to specify the scanner’s starting endorser / imprinter number. CAP_ENDORSER
Public propertyImprinter
It gets the current list of available printer devices, along with the one currently being used for negotiation. Setting value selects the current device for negotiation, and optionally constrains the list. Reseting restores all the available devices(useful after setting a value has been used to constrain the list). CAP_PRINTER
Public propertyImprinterEnabled
Turns the current imprinter device on or off. CAP_PRINTERENABLED
Public propertyImprinterIndex
Gets the index of the current imprinter. CAP_PRINTERINDEX
Public propertyImprinterMode
Specifies the appropriate current imprinter device mode. CAP_PRINTERMODE
Public propertyPrinterCharRotation
Orientation of each character in the font. CAP_PRINTERCHARROTATION
Public propertyPrinterFontStyle
Style (ex: bold, italic…). CAP_PRINTERFONTSTYLE
Public propertyPrinterIndexLeadChar
Lead character for padding. CAP_PRINTERINDEXLEADCHAR
Public propertyPrinterIndexMaxValue
Maximum allowed printer index value. CAP_PRINTERINDEXMAXVALUE
Public propertyPrinterIndexNumDigits
Maximum allowed digits in printer index value. CAP_PRINTERINDEXNUMDIGITS
Public propertyPrinterIndexStep
Increment between printer index values. CAP_PRINTERINDEXSTEP
Public propertyPrinterIndexTrigger
Triggers for incrementing the printer index value. CAP_PRINTERINDEXTRIGGER
Public propertyPrinterString
Specifies the string(s) that are to be used in the string component when the current imprinter device is enabled. CAP_PRINTERSTRING
Public propertyPrinterStringPreview
Preview of what a printer string will look like. CAP_PRINTERSTRINGPREVIEW
Public propertyPrinterSuffix
Specifies the string that shall be used as the current imprinter device’s suffix. CAP_PRINTERSUFFIX
Public propertyPrinterVerticalOffset
Gets the printer vertical offset. Specifies a Y-Offset in Unit for the current imprinter device. CAP_PRINTERVERTICALOFFSET
Top
See Also

Reference