BarCode for UWP/WinRT
SaveAsync(RenderTargetBitmap,IRandomAccessStream,ImageFormat) メソッド

構文
'宣言
 
Private Overloads Function SaveAsync( _
   ByVal img As Windows.UI.Xaml.Media.Imaging.RenderTargetBitmap, _
   ByVal destinationStream As Windows.Storage.Streams.IRandomAccessStream, _
   ByVal imgFormat As ImageFormat _
) As System.Threading.Tasks.Task
private System.Threading.Tasks.Task SaveAsync( 
   Windows.UI.Xaml.Media.Imaging.RenderTargetBitmap img,
   Windows.Storage.Streams.IRandomAccessStream destinationStream,
   ImageFormat imgFormat
)

パラメータ

img
destinationStream
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

参照

関連項目

C1BarCode クラス
C1BarCode メンバ
オーバーロード一覧

Send Feedback