←Select platform

Save(Stream,AnnContainer,AnnFormat,int) Method

Summary
Saves an annotation container to a stream.
Syntax
C#
VB
C++
public void Save( 
   Stream stream, 
   AnnContainer container, 
   AnnFormat format, 
   int savePageNumber 
) 
Public Overloads Sub Save( _ 
   ByVal stream As Stream, _ 
   ByVal container As AnnContainer, _ 
   ByVal format As AnnFormat, _ 
   ByVal savePageNumber As Integer _ 
)  
public:  
   void Save( 
      Stream^ stream, 
      AnnContainer^ container, 
      AnnFormat^ format, 
      Int32 savePageNumber 
   ) 

Parameters

stream
Destination stream to save the data to.

container
The AnnContainer to be saved. This value must not be null.

format
Must be AnnFormat.Annotations.

savePageNumber
Page number to put inside the data.

Remarks

If stream is not an empty stream, then it must contain valid LEADTOOLS Annotations data previously saved and this method will insert or replace the page specified in savePageNumber.

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

If the value of savePageNumber is 0, 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

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.