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
TwainScanning.CapabilityCapSetBase
TwainScanning.Capability.CapabilitySetsImprinterEndorser
Namespace: TwainScanning.Capability.CapabilitySets
Assembly: TwainScanning (in TwainScanning.dll) Version: 1.3.4.0 (1.3.4.0)
Syntax
The ImprinterEndorser type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetCapabilities | (Inherited from CapSetBase.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MakeCapT | (Inherited from CapSetBase.) | |
MakeCapArrT | (Inherited from CapSetBase.) | |
MakeCapReadOnlyT | (Inherited from CapSetBase.) | |
MakeCapReadOnlyArrayT | (Inherited from CapSetBase.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Endorser |
Allows the application to specify the scanner’s starting endorser / imprinter number.
CAP_ENDORSER
| |
Imprinter |
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
| |
ImprinterEnabled |
Turns the current imprinter device on or off.
CAP_PRINTERENABLED
| |
ImprinterIndex |
Gets the index of the current imprinter.
CAP_PRINTERINDEX
| |
ImprinterMode |
Specifies the appropriate current imprinter device mode.
CAP_PRINTERMODE
| |
PrinterCharRotation |
Orientation of each character in the font.
CAP_PRINTERCHARROTATION
| |
PrinterFontStyle |
Style (ex: bold, italic…).
CAP_PRINTERFONTSTYLE
| |
PrinterIndexLeadChar |
Lead character for padding.
CAP_PRINTERINDEXLEADCHAR
| |
PrinterIndexMaxValue |
Maximum allowed printer index value.
CAP_PRINTERINDEXMAXVALUE
| |
PrinterIndexNumDigits |
Maximum allowed digits in printer index value.
CAP_PRINTERINDEXNUMDIGITS
| |
PrinterIndexStep |
Increment between printer index values.
CAP_PRINTERINDEXSTEP
| |
PrinterIndexTrigger |
Triggers for incrementing the printer index value.
CAP_PRINTERINDEXTRIGGER
| |
PrinterString |
Specifies the string(s) that are to be used in the string component when the current imprinter
device is enabled.
CAP_PRINTERSTRING
| |
PrinterStringPreview |
Preview of what a printer string will look like.
CAP_PRINTERSTRINGPREVIEW
| |
PrinterSuffix |
Specifies the string that shall be used as the current imprinter device’s suffix.
CAP_PRINTERSUFFIX
| |
PrinterVerticalOffset |
Gets the printer vertical offset.
Specifies a Y-Offset in Unit for the current imprinter device.
CAP_PRINTERVERTICALOFFSET
|
See Also