Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

LeadStream Constructor(IStorageFile)








An IStorageFile that will be used as storage for the new LeadStream object.
Constructs a new LeadStream object using the specified IStorageFile as storage.
Syntax
public LeadStream( 
   IStorageFile file
)
'Declaration
 
Public Function New( _
   ByVal file As IStorageFile _
)
'Usage
 
Dim file As IStorageFile
 
Dim instance As New LeadStream(file)
public LeadStream( 
   IStorageFile file
)
function LeadStream( 
   file 
)
public:
LeadStream( 
   IStorageFile^ file
)

Parameters

file
An IStorageFile that will be used as storage for the new LeadStream object.
Requirements

Target Platforms

See Also

Reference

LeadStream Class
LeadStream Members
Overload List

Error processing SSI file