| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property WorkflowImage As WorkflowImage | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public WorkflowImage WorkflowImage {get;} | |
| C++/CLI | |
|---|---|
public: property WorkflowImage WorkflowImage { WorkflowImage get(); } | |
Return 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 XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code