LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

Create(String) Method






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. .NET support WinRT support
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LeadStreamFactory Class
LeadStreamFactory Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

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