GraphicsFormats Xojo plugin

RawTIFFExporter.ErrorValues Enum

Enum that contains possible error codes that the LastError property of the RawTIFFExporter can return.

enum RawTIFFExporter.ErrorValues

Constants

NO_ERROR = 0No error.
CANCELED = -1Export was canceled by Progress handler.
INVALID_PARAMETER = -2Invalid parameter. (Like for example nil was maybe passed in).
COULD_NOT_CREATE_TIFF_FILE = -10Could not create TIFF file.