LEADTOOLS WinRT (Leadtools.Annotations.Core)
LEAD Technologies, Inc

SaveAsync Method


Destination Windows Runtime StorageFile object to save the data to.
The AnnContainer to be saved. Must not be null.
Must be AnnFormat.Annotations.
Page number to put inside the data.
Saves an annotation container to a storage file data. WinRT support
Syntax
public IAsyncAction SaveAsync( 
   StorageFile file,
   AnnContainer container,
   AnnFormat format,
   int savePageNumber
)
 function Leadtools.Annotations.Core.AnnCodecs.SaveAsync( 
   file ,
   container ,
   format ,
   savePageNumber 
)

Parameters

file
Destination Windows Runtime StorageFile object to save the data to.
container
The AnnContainer to be saved. Must not be null.
format
Must be AnnFormat.Annotations.
savePageNumber
Page number to put inside the data.

Return Value

A IAsyncAction of the operation.
Remarks

If file is not a new file, then it must contain valid LEADTOOLS Annotations data previously saved with SaveAsync and this method will insert or replace the page specified in savePageNumber and returns the updated data.

If file is a new file, then this method will create the new LEADTOOLS Annotations data and saves it.

If the value of savePageNumber is 0, the the page number to use when saving is obtained from the PageNumber property of container, otherwise, the page number to use when saving is savePageNumber.

LEADTOOLS supported saving multiple contains in the same file each with a unique page number. You can use LoadAsync with a page number to load the desired page.

The SerializeOptions property can contain optional options and events to use during saving of annotations data.

For more information, refer to Annotation Files.

Example

For an example, refer to AnnCodecs

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

AnnCodecs Class
AnnCodecs Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.