Saves an annotation container to a stream.
public void Save(
Stream stream,
Leadtools.Annotations.Core.AnnContainer container,
Leadtools.Annotations.Core.AnnFormat format,
string xmlData,
int savePageNumber
)
Public Overloads Sub Save( _
ByVal stream As Stream, _
ByVal container As Leadtools.Annotations.Core.AnnContainer, _
ByVal format As Leadtools.Annotations.Core.AnnFormat, _
ByVal xmlData As String, _
ByVal savePageNumber As Integer _
)
public void save(OutputStream stream, AnnContainer container, AnnFormat format, String xmlData, int savePageNumber)
stream
The destination stream 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 must contain valid data previously saved using this method.
savePageNumber
The page number on which to place the data.
If stream is not an empty stream, then it must contain valid LEADTOOLS annotation data previously saved and this method will insert or replace the page specified in the savePageNumber parameter.
If stream is a new stream, 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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET