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