LEADTOOLS Workflow (Leadtools.Workflow.Raster assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
Image Property
See Also 
Leadtools.Workflow.Raster Namespace > WorkflowImageActivity Class : Image Property



The Image Property is available in LEADTOOLS Document and Medical Imaging toolkits.

Gets or sets a reference to the activity's image.

Syntax

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

Property Value

A reference to the activity's image.

Remarks

This property is used in situations where a reference to the activity's image is needed. Using this property to bind activities will cause the workflow to process the same copy of the image. If a copy of the image is needed, use the ImageCopy property.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

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