SANCreateTIF
Description
Export a TIF raster file (*.tif) for the given model.
Synopsis
Input arguments
Label
Use
Value Type
Value
Optional
Input arguments to initialize the model handle to be operated. If not provided, model of active window is used.
output_path
Required
wchar_t*
File path including the file name and extension (e.g. “C:\temp\my_created_file.tif”).
gs_exec_path
Required
wchar_t*
File path to the GhostScript executable gswin64c.exe (e.g. “C:\Program Files\gs9.50\bin\gswin64c.exe”).
printer_type
Optional
wchar_t*
Define the printer type for postscript output. This may either be “COLORPOSTSC”, which is the default and provides colored results or “POSTSCRIPT” providing monochrome results.
Output arguments
Label
Value Type
Value
None
Returns
PRO_TK_NO_ERROR
The function succeeded.
PRO_TK_BAD_INPUTS
One or more input argument is invalid.
PRO_TK_GENERAL_ERROR
Miscellaneous error. Check log file for further information.