←Select platform

Create(IStorageFile) Method

Summary

Constructs a new ILeadStream using the specified file as storage.

Syntax

C#
VB
WinRT C#
C++
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 
)  

Parameters

file
An IStorageFile that will be used as storage for the new LeadStream object.

Return Value

The lead stream object.

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