Saves an annotation layer to a file.
public void SaveLayer(
string fileName,
Leadtools.Annotations.Core.AnnLayer layer,
Leadtools.Annotations.Core.AnnFormat format,
int savePageNumber
)
Public Overloads Sub SaveLayer( _
ByVal fileName As String, _
ByVal layer As Leadtools.Annotations.Core.AnnLayer, _
ByVal format As Leadtools.Annotations.Core.AnnFormat, _
ByVal savePageNumber As Integer _
)
public void SaveLayer(
string fileName,
Leadtools.Annotations.Core.AnnLayer layer,
Leadtools.Annotations.Core.AnnFormat format,
int savePageNumber
)
-(void) saveLayer:(NSString*)fileName
layer:(LTAnnLayer*)layer
format:(LTAnnFormat)format
savePageNumber:(int)savePageNumber;
function Leadtools.Annotations.Core.AnnCodecs.SaveLayer(String,AnnLayer,AnnFormat,Int32)(
fileName ,
layer ,
format ,
savePageNumber
)
fileName
Destination file name to save the data to.
layer
The AnnLayer to be saved. This value must not be null.
format
Must be AnnFormat.Annotations.
savePageNumber
Page number to put inside the data.
This method works the same and produces the same annotation file format as AnnCodecs.Save(string fileName, AnnContainer container, AnnFormat format, int pageSaveNumber) does, except that it saves only the objects inside the individual layer specified instead of all the objects in the container.
Note that "load layer" functionality is not required by AnnCodecs. An AnnLayer cannot exist by itself without an annotation container, hence any of the load functions that accept a container parameter can be used to load the file saved by this function.
If the fileName is not a new file, then it must contain valid LEADTOOLS Annotations data previously saved. This method inserts or replaces the page specified in savePageNumber.
If fileName is a new file, then this method creates new LEADTOOLS Annotations data and saves it.
If the value of savePageNumber is 0, the default value of 1 is used. Otherwise, the page number used when saving is savePageNumber.
LEADTOOLS supports saving multiple containers in the same file, each having a unique page number. Use Load with a page number to load the desired page.
The SerializeOptions property can contain optional options and events that can be used when saving annotation data.
For more information, refer to Annotation Files.
For an example, refer to AnnCodecs
Products |
Support |
Feedback: SaveLayer(String,AnnLayer,AnnFormat,Int32) Method - Leadtools.Annotations.Core |
Introduction |
Help Version 19.0.2017.3.22
|
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
Your email has been sent to support! Someone should be in touch! If your matter is urgent please come back into chat.
Chat Hours:
Monday - Friday, 8:30am to 6pm ET
Thank you for your feedback!
Please fill out the form again to start a new chat.
All agents are currently offline.
Chat Hours:
Monday - Friday
8:30AM - 6PM EST
To contact us please fill out this form and we will contact you via email.