Accusoft.SmartZoneOCR5.Net - Updated
Reader Constructor






Accusoft.SmartZoneOCRSdk Namespace > Reader Class : Reader Constructor
Initializes a new instance of the Reader class.
Syntax
'Declaration
 
<System.Diagnostics.DebuggerStepThroughAttribute()>
<System.Diagnostics.DebuggerNonUserCodeAttribute()>
Public Function New( _
   ByVal instanceId As System.IntPtr _
)
'Usage
 
Dim instanceId As System.IntPtr
 
Dim instance As New Reader(instanceId)
[System.Diagnostics.DebuggerStepThrough()]
[System.Diagnostics.DebuggerNonUserCode()]
public Reader( 
   System.IntPtr instanceId
)
public Reader( 
    instanceId: System.IntPtr
); 
System.Diagnostics.DebuggerStepThroughAttribute()
System.Diagnostics.DebuggerNonUserCodeAttribute()
public function Reader( 
   instanceId : System.IntPtr
);
[System.Diagnostics.DebuggerStepThrough()]
[System.Diagnostics.DebuggerNonUserCode()]
public: Reader( 
   System.IntPtr instanceId
)
[System.Diagnostics.DebuggerStepThrough()]
[System.Diagnostics.DebuggerNonUserCode()]
public:
Reader( 
   System.IntPtr instanceId
)

Parameters

instanceId
See Also

Reference

Reader Class
Reader Members