Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
Leadtools Namespace > LeadStreamFactory Class > Create Method : Create(String) Method |
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 )
The returned ILeadStream can be be disposed by casting it as IDisposable and use the Dispose method.