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

Save Method


The AnnContainer to be saved. Must not be null.
Must be AnnFormat.Annotations.
Optional existing data. Can be null to create new annotations data, otherwise; must contain valid data previously saved with this method.
Page number to put inside the data.
Saves an annotation container to xml data.
Syntax
 function Leadtools.Annotations.Core.AnnCodecs.save( 
   container ,
   format ,
   xmlData ,
   savePageNumber 
)
!MISSING Scrap '_RTJavaScript_Method_SYNTAX'!

Parameters

ParameterTypeDescription
containerAnnContainerThe AnnContainer to be saved. Must not be null.
formatAnnFormatMust be AnnFormat.Annotations.
xmlDatastringOptional existing data. Can be null to create new annotations data, otherwise; must contain valid data previously saved with this method.
savePageNumberintPage number to put inside the data.

Return Value

TypeDescription
string The xml string of the annotations that were saved.
Remarks

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

If xmlData is null, then this method will create the new LEADTOOLS Annotations data and returns 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 Load 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

See Also

Reference

AnnCodecs Object
AnnCodecs Members

 

 


Products | Support | Contact Us | Copyright Notices

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