| Overload | Description | 
|---|---|
| SaveDocumentToJPEG(String,Int32) | Saves the document handled by this AnnotationManager object to a file in JPEG format according to a file path you have specified. The file is saved with full GdPicture/XMP annotation support. 
 Please consider using the AnnotationManager.BurnAnnotationsToPage method before saving, if you expect, that your annotations will be included in the document content.  | 
| SaveDocumentToJPEG(Stream,Int32) | Saves the document handled by this AnnotationManager object in JPEG format to an instantiated Stream object according to what you have specified. The document is saved with full GdPicture/XMP annotation support. 
 Please consider using the AnnotationManager.BurnAnnotationsToPage method before saving, if you expect, that your annotations will be included in the document content.  | 
                                        
                                            In This Topic
                                        
                                    
                                SaveDocumentToJPEG Method (AnnotationManager)
                                    
                                        In This Topic
                                    
                                
                                Saves the document handled by this AnnotationManager object to a file in JPEG format with full GdPicture XMP annotation suppport.
            
            Overload List
See Also