In This Topic
GdPicture14.WPF Namespace / GdViewer Class / SaveDocumentToJPEG Method

SaveDocumentToJPEG Method (GdViewer)

In This Topic
Saves the document displayed in the viewer to a file in JPEG format with full GdPicture XMP annotation suppport.
Overload List
OverloadDescription
Saves the document displayed in the viewer 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 displayed in the viewer 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.

 
Saves the document displayed in the viewer to a file in JPEG format on a distant server using HTTP or FTP transfer according to what you have specified. The file transfer will be run synchronously. 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.

The DataReceived event is raised to allow you to monitor the transferred data. Likewise, the TransferEnded event is raised right after the transfer will finish.

Saves the document displayed in the viewer to a file in JPEG format with full GdPicture XMP annotation suppport.The full URI path with the full document name, where the resulting JPEG file will be saved, for example ftp://ftp.gdpicture.com/upload/myfile.jpg or http://www.gdpicture.com/upload/myfile.jpg.  
See Also