C#
VB
WinRT C#
C++
Constructs a new ILeadStream using the specified file as storage.
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
)
fileName
The path to a file that will be used as storage for the new ILeadStream object.
A new a new ILeadStream.
The returned ILeadStream can be be disposed by casting it as IDisposable and use the Dispose method.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET