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




An instance of the ImagXpress workspace component. This is the main ImagXpress component that typically must be dragged onto a form first.
The ImageX class object.
Initializes a new instance of the Processor class.
Syntax
public Processor( 
   ImagXpress imagXpress,
   ImageX image
)
public: Processor( 
   ImagXpress* imagXpress,
   ImageX* image
)
public:
Processor( 
   ImagXpress^ imagXpress,
   ImageX^ image
)
'Declaration
 
Public Function New( _
   ByVal imagXpress As ImagXpress, _
   ByVal image As ImageX _
)
 
'Usage
 
Dim imagXpress As ImagXpress
Dim image As ImageX
 
Dim instance As New Processor(imagXpress, image)

Parameters

imagXpress
An instance of the ImagXpress workspace component. This is the main ImagXpress component that typically must be dragged onto a form first.
image
The ImageX class object.
See Also

Reference

Processor Class
Processor Members
Overload List

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback