Click or drag to resize

DocumentAnnotationViewerSave Method

Overload List
  NameDescription
Public methodSave(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.

(Overrides DocumentViewerSave(Stream, ImageEncoder).)
Public methodSave(String, ImageEncoder)
Saves the image(s) to a file using the supplied encoder.
(Inherited from DocumentViewer.)
Top
See Also