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




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.
Initializes a new instance of the Processor class.
Syntax
'Declaration
 
Public Function New( _
   ByVal container As IContainer, _
   ByVal imagXpress As ImagXpress _
)
'Usage
 
Dim container As IContainer
Dim imagXpress As ImagXpress
 
Dim instance As New Processor(container, imagXpress)
public Processor( 
   IContainer container,
   ImagXpress imagXpress
)
public: Processor( 
   IContainer* container,
   ImagXpress* imagXpress
)
public:
Processor( 
   IContainer^ container,
   ImagXpress^ imagXpress
)

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.
See Also

Reference

Processor Class
Processor Members
Overload List

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback