In This Topic
GdPicture14 Namespace / AnnotationManager Class / SaveDocumentToJPEG Method

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
OverloadDescription
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 BurnAnnotationsToPage(Boolean) method before saving, if you expect, that your annotations will be included in the document content.

 
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 BurnAnnotationsToPage(Boolean) method before saving, if you expect, that your annotations will be included in the document content.

 
See Also