LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

Create(IStorageFile) Method






An IStorageFile that will be used as storage for the new LeadStream object.
Constructs a new ILeadStream using the specified file as storage. .NET support WinRT support
Syntax
public static ILeadStream Create( 
   IStorageFile file
)
'Declaration
 
Public Overloads Shared Function Create( _
   ByVal file As IStorageFile _
) As ILeadStream
'Usage
 
Dim file As IStorageFile
Dim value As ILeadStream
 
value = LeadStreamFactory.Create(file)
public static ILeadStream Create( 
   IStorageFile file
)
 function Leadtools.LeadStreamFactory.Create(IStorageFile)( 
   file 
)
public:
static 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 System.IDisposable and use the System.IDisposable.Dispose method.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LeadStreamFactory Class
LeadStreamFactory Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.