GdPicture.NET.14.API
GdPicture14 Namespace / AnnotationManager Class / SaveDocumentToTIFF Method





In This Topic
SaveDocumentToTIFF Method (AnnotationManager)
In This Topic
Saves the document handled by this AnnotationManager object to a file in TIFF format with full GdPicture XMP annotation suppport.
Overload List
OverloadDescription
Saves the document currently handled by this AnnotationManager object 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 AnnotationManager.BurnAnnotationsToPage method before saving, if you expect, that your annotations will be included in the document content.

The AnnotationManager.SavingProgress event is raised after each successfully saved page.

 
Saves the document currently handled by this AnnotationManager object 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 AnnotationManager.BurnAnnotationsToPage method before saving, if you expect, that your annotations will be included in the document content.

The AnnotationManager.SavingProgress event is raised after each successfully saved page.

 
See Also