Saves an annotation container to a string.
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
-(NSString*) saveToString:(LTAnnContainer*)container
format:(LTAnnFormat)format
savePageNumber:(int)savePageNumber;
public:
String^ SaveToString(
AnnContainer^ container,
AnnFormat^ format,
Int32 savePageNumber
)
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.
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document