(Leadtools.Annotations.Core)

Save(Writer,AnnContainer,AnnFormat,String,Int32) Method

Show in webframe





The destination writer to save the data to.
The AnnContainer to be saved. This value must not be null.
This must be AnnFormat.Annotations.
Optional existing data. Can be null to create new annotations data; otherwise, this parameter must contain valid data previously saved using this method.
The page number on which to place the data.
Saves an annotation container to a writer.
Syntax
public void Save( 
   Writer writer,
   AnnContainer container,
   AnnFormat format,
   string xmlData,
   int savePageNumber
)
Public Overloads Sub Save( _
   ByVal writer As Writer, _
   ByVal container As AnnContainer, _
   ByVal format As AnnFormat, _
   ByVal xmlData As String, _
   ByVal savePageNumber As Integer _
) 
public void Save( 
   Writer writer,
   AnnContainer container,
   AnnFormat format,
   string xmlData,
   int savePageNumber
)

            
public void save(Writer writer, AnnContainer container, AnnFormat format, String xmlData, int savePageNumber)
 function Leadtools.Annotations.Core.AnnCodecs.Save(Writer,AnnContainer,AnnFormat,String,Int32)( 
   writer ,
   container ,
   format ,
   xmlData ,
   savePageNumber 
)

Parameters

writer
The destination writer to save the data to.
container
The AnnContainer to be saved. This value must not be null.
format
This must be AnnFormat.Annotations.
xmlData
Optional existing data. Can be null to create new annotations data; otherwise, this parameter must contain valid data previously saved using this method.
savePageNumber
The page number on which to place the data.
Remarks

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

If writer is a new writer, then this method will create and save the new LEADTOOLS annotation data.

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 in savePageNumberis used when saving.

Requirements

Target Platforms

See Also

Reference

AnnCodecs Class
AnnCodecs Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.