C#
VB
WinRT C#
C++
Constructs a new ILeadStream using the specified file as storage.
public static Leadtools.ILeadStream Create(
IStorageFile file
)
Public Overloads Shared Function Create( _
ByVal file As IStorageFile _
) As Leadtools.ILeadStream
public static Leadtools.ILeadStream Create(
IStorageFile file
)
function Leadtools.LeadStreamFactory.Create(IStorageFile)(
file
)
public:
static Leadtools.ILeadStream^ Create(
IStorageFile^ file
)
file
An IStorageFile that will be used as storage for the new LeadStream object.
The lead stream object.
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