Leadtools.Workflow.Raster Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
WorkflowImage Constructor(RasterImage)
See Also 
Leadtools.Workflow.Raster Namespace > WorkflowImage Class > WorkflowImage Constructor : WorkflowImage Constructor(RasterImage)



inputImage
The RasterImage from which to create the new RasterImage.
Constructs a new RasterImage from the specified existing RasterImage object.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal inputImage As RasterImage _
)
Visual Basic (Usage)Copy Code
Dim inputImage As RasterImage
 
Dim instance As WorkflowImage(inputImage)
C# 
public WorkflowImage( 
   RasterImage inputImage
)
C++/CLI 
public:
WorkflowImage( 
   RasterImage inputImage
)

Parameters

inputImage
The RasterImage from which to create the new RasterImage.

Remarks

This constructor will not make a copy of srcImage; it will reference it. Therefore, srcImage should not be disposed after calling this constructor.

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