Leadtools.Annotations.Core Namespace > AnnCodecs Class : SaveToString Method |
public string SaveToString( AnnContainer container, AnnFormat format, int savePageNumber )
Public Function SaveToString( _ ByVal container As AnnContainer, _ ByVal format As AnnFormat, _ ByVal savePageNumber As Integer _ ) As String
public string SaveToString( AnnContainer container, AnnFormat format, int savePageNumber )
-(NSString*) saveToString:(LTAnnContainer*)container format:(LTAnnFormat)format savePageNumber:(int)savePageNumber;
function Leadtools.Annotations.Core.AnnCodecs.SaveToString( container , format , savePageNumber )
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.
For an example, refer to AnnCodecs