Leadtools.Workflow.Raster Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
ImageCopy Property
See Also 
Leadtools.Workflow.Raster Namespace > WorkflowImageActivity Class : ImageCopy Property



Gets a copy of the activity's image object.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property ImageCopy As WorkflowImage
Visual Basic (Usage)Copy Code
Dim instance As WorkflowImageActivity
Dim value As WorkflowImage
 
value = instance.ImageCopy
C# 
public WorkflowImage ImageCopy {get;}
C++/CLI 
public:
property WorkflowImage^ ImageCopy {
   WorkflowImage^ get();
}

Return Value

A reference to a copy of the activity's image.

Remarks

This property is used in situations where a copy of the activity's image is needed, such as when using parallel activities where copies of an activity's image are passed to a subsequent parallel activity. If a reference to the image is needed, use the Image property.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Leadtools.Workflow.Raster requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features