←Select platform

LoadAsync Method

Summary

Loads a Bates stamp composer from the specified Windows Runtime storage file.

Syntax

C#
VB
WinRT C#
public static Task<AnnBatesStampComposer> LoadAsync(  
   StorageFile file 
) 
Public Shared Function LoadAsync( _ 
   ByVal file As StorageFile _ 
) As Task(Of AnnBatesStampComposer) 
public static Task<AnnBatesStampComposer> LoadAsync(  
   StorageFile file 
) 
 function Leadtools.Annotations.Documents.AnnBatesStampComposer.LoadAsync(  
   file  
) 

Parameters

file
File containing the XML data of the Bates stamp composer to be loaded. This value must not be null.

Return Value

A new AnnBatesStampComposer object containing all the Bates stamp objects and elements loaded from file.

Example

For an example, refer to Save.

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