LEADTOOLS Workflow (Leadtools.Workflow.Raster assembly)

Image Property

Show in webframe





Gets or sets a reference to the activity's image.
Syntax
public WorkflowImage Image {get; set;}
'Declaration
 
Public Property Image As WorkflowImage
'Usage
 
Dim instance As WorkflowImageActivity
Dim value As WorkflowImage
 
instance.Image = value
 
value = instance.Image

            

            
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

See Also

Reference

WorkflowImageActivity Class
WorkflowImageActivity Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2013 All Rights Reserved. LEAD Technologies, Inc.

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