The ImageCopy Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets a copy of the activity's image object.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(); } |
Property Value
A reference to a copy of the activity's image.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.
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7