←Select platform

SaveAsync Method

Summary

Saves a Bates stamp composer with its components to a Windows Runtime storage file.

Syntax

C#
VB
Java
WinRT C#
public static IAsyncAction SaveAsync(  
   StorageFile file, 
   Leadtools.Annotations.Documents.AnnBatesStampComposer composer 
) 
Public Shared Function SaveAsync( _ 
   ByVal file As StorageFile, _ 
   ByVal composer As Leadtools.Annotations.Documents.AnnBatesStampComposer _ 
) As IAsyncAction 
public static IAsyncAction SaveAsync(  
   StorageFile file, 
   Leadtools.Annotations.Documents.AnnBatesStampComposer composer 
) 
public static void save(OutputStream stream, AnnBatesStampComposer composer) 

Parameters

file
Destination Windows Runtime StorageFile object to save the data to.

composer
The AnnBatesStampComposer to be saved. This value must not be null.

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.Annotations.Documents Assembly