Accusoft.ImagXpressSdk Namespace > Processor Class > Processor Constructor : Processor Constructor() |
'Declaration Public Function New()
'Usage Dim instance As New Processor()
public Processor()
public: Processor();
public: Processor();
This is the default constructor for the Processor class. If you use this constructor you will need to set Workspace property before using the control. If you need to create a Processor dynamically it is recommended that you do so with one of the other constructors.