The OutputType Enumeration is available in LEADTOOLS Document and Medical Imaging toolkits.
Represents how the scanned images are obtained.| Visual Basic (Declaration) | |
|---|---|
Public Enum OutputType Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As OutputType | |
| C# | |
|---|---|
public enum OutputType : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class OutputType : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| DiskFile | Save the scanned image(s) to disk. |
| WorkflowImage | Get the scanned image(s) as Leadtools.Workflow.Raster.WorkflowImage. |
System.Object
System.ValueType
System.Enum
Leadtools.Workflow.Scan.OutputType
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code