RawImage.WriteAsTiff Method
Definition
Namespace: P1.ImageSdk
Writes the image as a tiff file
public bool WriteAsTiff(string filename, IBitmapImage bitmap, TiffConfig config);
Parameters:
filename |
The full path of the file’s location |
bitmap |
The rendered bitmap returned by Convert() |
config |
The tiff metadata related configuation |
Returns:
True if succeeds