DocumentAnnotationViewerSave Method (Stream, ImageEncoder) |
Saves the current image for single page encoders or all pages for multipage encoders.
By default, annotations will be embedded into JPEG, TIFF and PDF files. Set the AnnotationSaveOptionsHandler property to control the annotation save behavior.
Namespace: Atalasoft.Annotate.UI
Exception | Condition |
---|---|
ArgumentNullException | Thrown if the stream is null (Nothing in VB). |
ArgumentException | Thrown if the encoder is a MultiFramedImageEncoder and the stream is not seekable. |