BarCode for UWP/WinRT
SaveAsync(Stream,ImageFormat) Method

Syntax
'Declaration
 
<System.Diagnostics.DebuggerStepThroughAttribute()> 
<System.Runtime.CompilerServices.AsyncStateMachineAttribute(C1.Xaml.BarCode.C1BarCode+d__2)> 
Public Function SaveAsync( _ 
   ByVal stream As System.IO.Stream, _ 
   ByVal imgFormat As ImageFormat _ 
) As System.Threading.Tasks.Task
[System.Diagnostics.DebuggerStepThrough()] 
[System.Runtime.CompilerServices.AsyncStateMachine(C1.Xaml.BarCode.C1BarCode+d__2)] 
public System.Threading.Tasks.Task SaveAsync( 
   System.IO.Stream stream, 
   ImageFormat imgFormat 
)

Parameters

stream
imgFormat
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

C1BarCode Class
C1BarCode Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.