Error processing SSI file
(Leadtools.Annotations.Core)

Show in webframe

SaveToString Method






The AnnContainer to be saved. This value must not be null.
Must be AnnFormat.Annotations.
Page number to put inside the data.
Saves an annotation container to a string.
Syntax
'Declaration
 
Public Function SaveToString( _
   ByVal container As AnnContainer, _
   ByVal format As AnnFormat, _
   ByVal savePageNumber As Integer _
) As String
-(NSString*) saveToString:(LTAnnContainer*)container
                 format:(LTAnnFormat)format
                 savePageNumber:(int)savePageNumber;
            
 function Leadtools.Annotations.Core.AnnCodecs.SaveToString( 
   container ,
   format ,
   savePageNumber 
)

Parameters

container
The AnnContainer to be saved. This value must not be null.
format
Must be AnnFormat.Annotations.
savePageNumber
Page number to put inside the data.
Remarks

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 to use when saving is savePageNumber.

The SerializeOptions property can contain optional options and events that can be used when saving annotation data.

For more information, refer to Annotation Files.

Example

For an example, refer to AnnCodecs

Requirements

Target Platforms

See Also

Reference

AnnCodecs Class
AnnCodecs Members

Error processing SSI file
   Leadtools.Annotations.Core requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features