In This Topic
GdPicture14 Namespace / GdViewer Class / SaveDocumentToTIFF Method

SaveDocumentToTIFF Method (GdViewer)

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

The SavingProgress event is raised after each successfully saved page.

 
Saves the document displayed in the GdViewer control in TIFF 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.

The SavingProgress event is raised after each successfully saved page.

 
Saves the document displayed in the GdViewer control to a file in TIFF 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. You can also control displaying the progress bar by enabling or disabling the EnabledProgressBar property.

The SavingProgress event is raised after each successfully saved page.

 
See Also