Ask Your Question

Revision history [back]

public static void SaveDocumentFile(REDocument document, string filePath); public static void SaveDocumentFile(BaseImage image, string filePath, BaseEncoder enc); public static void SaveDocumentFile(List<baseimage> images, string filePath, BaseEncoder enc); public static void SaveDocumentFile(REDocument document, string filePath, BaseEncoder enc); feel free to use the above methods to save image as tiff format. normally, image will not be compressed unless i use some sort of compression scheme. let me know if it is helpful.