Saves the annotation objects to a disk file.
public void Save(
string fileName,
AnnContainer container,
AnnCodecsFormat format,
int page,
AnnCodecsSavePageMode pageMode
)
Public Overloads Sub Save( _
ByVal fileName As String, _
ByVal container As Leadtools.Windows.Annotations.AnnContainer, _
ByVal format As Leadtools.Windows.Annotations.AnnCodecsFormat, _
ByVal page As Integer, _
ByVal pageMode As Leadtools.Windows.Annotations.AnnCodecsSavePageMode _
)
public:
void Save(
String^ fileName,
Leadtools.Windows.Annotations.AnnContainer^ container,
Leadtools.Windows.Annotations.AnnCodecsFormat format,
int page,
Leadtools.Windows.Annotations.AnnCodecsSavePageMode pageMode
)
fileName
The output file name.
container
An AnnContainer containing the objects to be saved.
format
An AnnCodecsFormat value that specifies the annotation format to use when saving.
page
1-based index of the page to be saved.
pageMode
A value that indicates how to handle the page when saving to a multi-page file.
pageMode can be one of the following:
Mode | Description |
---|---|
AnnCodecsSavePageMode.Overwrite | fileName will be overwritten if it exists and all previous information will be lost. Value of page must be 1 or -1 (for appending the objects as last page). |
AnnCodecsSavePageMode.Insert | fileName must be a valid file with valid annotation pages. Value of page must be between 1 and total number of pages in the file. A value of -1 will append the objects as last page. |
AnnCodecsSavePageMode.Replace | fileName must be a valid file with valid annotation pages. Value of page must be between 1 and total number of pages in the file. |
For C#/VB examples, refer to AnnCodecs.
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