Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Annotations.Core)

SaveAll Method

Show in webframe
An array of AnnContainer's to be saved. This value must not be null.
Must be AnnFormat.Annotations.
Saves an array of annotation containers to xml data.
Syntax
 function Leadtools.Annotations.Core.AnnCodecs.saveAll( 
   containers ,
   format 
)

Parameters

ParameterTypeDescription
containersAnnContainerAn array of AnnContainer's to be saved. This value must not be null.
formatAnnFormatMust be AnnFormat.Annotations.

Return Value

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

The SerializeOptions property can contain optional options and events that can be used when saving annotation data.

This method uses the values of AnnContainer.PageNumber during its operation. The page numbers will be saved along with each container.

The AnnContainer.PageNumber value of each container will be used to indicate the output page number. If more than one container has the same value for PageNumber, then only the last container is used. Any AnnContainer object that is null in the array will be ignored.

For more information, refer to Annotation Files.

See Also

Reference

AnnCodecs Object
AnnCodecs Members

Error processing SSI file