Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
Leadtools Namespace > LeadStreamFactory Class > Create Method : Create(IStorageFile) Method |
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 )
The returned ILeadStream can be be disposed by casting it as IDisposable and use the Dispose method.