Table of Contents

Method SaveAsTiff

Namespace
LMKit.Media.Image
Assembly
LM-Kit.NET.dll

SaveAsTiff(string)

Saves the image in TIFF format to the specified file path. Uses LZW compression automatically.

public bool SaveAsTiff(string filePath)

Parameters

filePath string

The file path to save the image to.

Returns

bool

True if the image was saved successfully; otherwise, false.

Exceptions

ObjectDisposedException

Thrown if this instance has been disposed.

Share