Click or drag to resize

AnnotationControllerSave 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)
Writes annotation data to the specified stream.
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 a predefined formatter.
Public methodSave(String, IFormatter)
Saves the annotations to a file using the specified formatter.
Public methodSave(LayerAnnotation, IFormatter)
Returns a byte array containing the annotation data from a specified LayerAnnotation. This is useful when saving annotation data to be embedded into image metadata.
Public methodSave(Stream, LayerAnnotation, AnnotationDataFormat)
Writes annotation data from a layer into the specified stream.
Public methodSave(Stream, LayerAnnotation, IFormatter)
Saves the specified layer to a stream using the formatter supplied.
Public methodSave(String, LayerAnnotation, AnnotationDataFormat)
Saves a layer to a file using a predefined format.
Public methodSave(String, LayerAnnotation, IFormatter)
Saves a layer to a file using the specified formatter.
Top
See Also