Ask Your Question

lucyfree's profile - activity

2014-03-18 20:59:54 -0600 answered a question save to tiff without compression

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.