←Select platform

Create(String) Method

Summary

Constructs a new ILeadStream using the specified file as storage.

Syntax

C#
VB
WinRT C#
C++
public static Leadtools.ILeadStream Create(  
   string fileName 
) 
Public Overloads Shared Function Create( _ 
   ByVal fileName As String _ 
) As Leadtools.ILeadStream 
public static Leadtools.ILeadStream Create(  
   string fileName 
) 
 function Leadtools.LeadStreamFactory.Create(String)(  
   fileName  
) 
public: 
static Leadtools.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 IDisposable and use the Dispose method.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly