Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

LeadFileStream Constructor








The path to a file that will be used as storage for the new LeadFileStream object.
Constructs a new LeadFileStream object using the specified buffer as storage.
Syntax
public LeadFileStream( 
   string fileName
)
'Declaration
 
Public Function New( _
   ByVal fileName As String _
)
'Usage
 
Dim fileName As String
 
Dim instance As New LeadFileStream(fileName)
public LeadFileStream( 
   string fileName
)
function LeadFileStream( 
   fileName 
)
public:
LeadFileStream( 
   String^ fileName
)

Parameters

fileName
The path to a file that will be used as storage for the new LeadFileStream object.
Requirements

Target Platforms

See Also

Reference

LeadFileStream Class
LeadFileStream Members

Error processing SSI file