Saves an array of annotation containers to a string.
public string SaveAllToString(
AnnContainer[] containers,
AnnFormat format
)
Public Function SaveAllToString( _
ByVal containers() As Leadtools.Annotations.Core.AnnContainer, _
ByVal format As Leadtools.Annotations.Core.AnnFormat _
) As String
public string SaveAllToString(
Leadtools.Annotations.Core.AnnContainer[] containers,
Leadtools.Annotations.Core.AnnFormat format
)
-(NSString*) saveAllToString:(NSArray*)containers
format:(LTAnnFormat)format;
public String saveAllToString(AnnContainer[] containers, AnnFormat format)
function Leadtools.Annotations.Core.AnnCodecs.SaveAllToString(
containers ,
format
)
public:
String^ SaveAllToString(
array<AnnContainer^>^ containers,
AnnFormat^ format
)
containers
An array of AnnContainer's to be saved. This value must not be null.
format
Must be AnnFormat.Annotations.
The SerializeOptions property can contain optional options and events that can be used when saving annotation data.
This method uses the values of AnnContainer.PageNumber during its operation. The page numbers will be saved along with each container.
The AnnContainer.PageNumber value of each container will be used to indicate the output page number. If more than one container has the same value for PageNumber, then only the last container is used. Any AnnContainer object that is null in the array will be ignored.
For more information, refer to Annotation Files.
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