Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Start Method (ILeadStream)








Called to start using the ILeadStream object.
Syntax
bool Start()
'Declaration
 
Function Start() As Boolean
'Usage
 
Dim instance As ILeadStream
Dim value As Boolean
 
value = instance.Start()
bool Start()
-(BOOL)start;
boolean start();
function Leadtools.ILeadStream.Start()
bool Start(); 

Return Value

true if the ILeadStream object can be used.
Remarks

Call this method before using the ILeadStream object.

Requirements

Target Platforms

See Also

Reference

ILeadStream Interface
ILeadStream Members

Error processing SSI file