AnnotationControllerSave Method |
Name | Description | |
---|---|---|
Save(IFormatter) | Saves the annotations to a byte array using the specified formatter. | |
Save(Stream, AnnotationDataFormat) | Writes annotation data to the specified stream. | |
Save(Stream, IFormatter) | Saves the annotations to a stream using the specified formatter. | |
Save(String, AnnotationDataFormat) | Saves the annotations to a file using a predefined formatter. | |
Save(String, IFormatter) | Saves the annotations to a file using the specified formatter. | |
Save(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. | |
Save(Stream, LayerAnnotation, AnnotationDataFormat) | Writes annotation data from a layer into the specified stream. | |
Save(Stream, LayerAnnotation, IFormatter) | Saves the specified layer to a stream using the formatter supplied. | |
Save(String, LayerAnnotation, AnnotationDataFormat) | Saves a layer to a file using a predefined format. | |
Save(String, LayerAnnotation, IFormatter) | Saves a layer to a file using the specified formatter. |