LEADTOOLS (Leadtools assembly)

Create(String) Method

Show in webframe







The path to a file that will be used as storage for the new ILeadStream object.
Constructs a new ILeadStream using the specified file as storage.
Syntax
public static ILeadStream Create( 
   string fileName
)
'Declaration
 
Public Overloads Shared Function Create( _
   ByVal fileName As String _
) As ILeadStream
'Usage
 
Dim fileName As String
Dim value As ILeadStream
 
value = LeadStreamFactory.Create(fileName)
public static ILeadStream Create( 
   string fileName
)

            

            
 function Leadtools.LeadStreamFactory.Create(String)( 
   fileName 
)
public:
static ILeadStream^ Create( 
   String^ fileName
) 

Parameters

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

Return Value

A new a new ILeadStream.
Remarks

The returned ILeadStream can be be disposed by casting it as System.IDisposable and use the System.IDisposable.Dispose method.

Requirements

Target Platforms

See Also

Reference

LeadStreamFactory Class
LeadStreamFactory Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.