Leadtools.Annotations.Core Namespace > AnnCodecs Class : Save Method |
public string Save( AnnContainer container, AnnFormat format, string xmlData, int savePageNumber )
Public Function Save( _ ByVal container As AnnContainer, _ ByVal format As AnnFormat, _ ByVal xmlData As String, _ ByVal savePageNumber As Integer _ ) As String
public string Save( AnnContainer container, AnnFormat format, string xmlData, int savePageNumber )
-(NSString*) saveContainer:(LTAnnContainer*)container format:(LTAnnFormat) format data:(NSString*) xmlData Number:(NSUInteger) savePageNumber;
function Leadtools.Annotations.Core.AnnCodecs.Save( container , format , xmlData , savePageNumber )
If xmlData is not null, then it must contain valid LEADTOOLS annotation data previously saved using Save(String,AnnContainer,AnnFormat,Int32). This method inserts or replaces the page specified in savePageNumber and returns the updated data.
If xmlData is null, then this method will create a new LEADTOOLS annotation data and return it.
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 the savePageNumber parameter will be used when saving.
LEADTOOLS supports saving multiple containers in the same file, each with a unique page number. Use Load with the page number to load the desired page.