Accusoft.ImagXpress13.Net
Processor Constructor(IContainer,ImagXpress,ImageX)




The container that implements the System.ComponentModel.IContainer interface which will contain this component.
An instance of the ImagXpress workspace component. This is the main ImagXpress component that typically must be dragged onto a form first.
An ImageX class object.
Initializes a new instance of the Processor class.
Syntax
'Declaration
 
Public Function New( _
   ByVal container As IContainer, _
   ByVal imagXpress As ImagXpress, _
   ByVal Image As ImageX _
)
'Usage
 
Dim container As IContainer
Dim imagXpress As ImagXpress
Dim Image As ImageX
 
Dim instance As New Processor(container, imagXpress, Image)
public Processor( 
   IContainer container,
   ImagXpress imagXpress,
   ImageX Image
)
public: Processor( 
   IContainer* container,
   ImagXpress* imagXpress,
   ImageX* Image
)
public:
Processor( 
   IContainer^ container,
   ImagXpress^ imagXpress,
   ImageX^ Image
)

Parameters

container
The container that implements the System.ComponentModel.IContainer interface which will contain this component.
imagXpress
An instance of the ImagXpress workspace component. This is the main ImagXpress component that typically must be dragged onto a form first.
Image
An ImageX class object.
See Also

Reference

Processor Class
Processor Members
Overload List

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback