Click or drag to resize

WebAnnotationControllerSave Method

Use these methods to save the annotations into the specified format.
Overload List
  NameDescription
Public methodSave(IFormatter)
Saves the annotations to a byte array using the specified formatter.
Public methodSave(Stream, AnnotationDataFormat)
Saves the annotations to a stream using the specified formatter.
Public methodSave(Stream, IFormatter)
Saves the annotations to a stream using the specified formatter.
Public methodSave(String, AnnotationDataFormat)
Saves the annotations to a file using the specified formatter.
Top
See Also