The WorkflowImage Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets the scanned image(s).| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property WorkflowImage As WorkflowImage | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As ScanActivity Dim value As WorkflowImage value = instance.WorkflowImage | |
| C# | |
|---|---|
public WorkflowImage WorkflowImage {get;} | |
| C++/CLI | |
|---|---|
public: property WorkflowImage^ WorkflowImage { WorkflowImage^ get(); } | |
Property Value
The scanned image(s).This property value will be updated only if the OutputType property is set to WorkflowImage.
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