ReduceNumberOfDocuments, SetCaptureCreatesNewDoc, SetMaxMemoryImageSize, SetShowMappingDlg, SetUseAutoLUTs, SetUsedFixPathForFiles, SetUsedFixPathForMacros, SetUseLastLUTs, UseSingleUndo
Description
ReduceNumberOfDocuments(
int ReduceNumberOfDocuments
);
This function enables/disables limit number of opened documents. Interactive settings is via Options > General > Limit number of opened documents.
Description
SetCaptureCreatesNewDoc(
bool CaptureCreatesNewDoc
);
This function sets a behavior of the Capture command. All captured images can overwrite the same document or a new document is created for every image.
Parameters
Description
SetMaxMemoryImageSize(
int MaxMemoryImageSize
);
This function enables you to set a size limit for images to be opened (in bytes). When opening an image that is larger than this limit, you are notified that you can open the image progressively - as read-only. When you choose this option, performance is quicker, but no processing can be made. Use the Copy/Copy Selection and Paste commands to achieve a reasonably large file for processing.
Parameters
Description
SetShowMappingDlg(
int ShowMappingDlg
);
Determines whether to show the mapping dialog in the organizer after drag and drop.
Description
SetUseAutoLUTs(
bool UseAutoLUTs
);
This function sets the Use AutoLUTs on image open and on thumbnails option ON/OFF (General Options).
Description
SetUseLastLUTs(
bool UseLastLUTs
);
This function turns the Use Last LUTs option (General Options) ON/OFF. When a new image is opened, the Use Last LUTs option turns the look up tables automatically on, and copies the LUTs settings from the current (most recent) document. Some image formats (jp2, ND2) can contain the LUTs settings. If such document is opened, the saved LUTs are loaded instead of the most recently used.
Description
SetUsedFixPathForFiles(
char *Directory
);
Sets the default folder where to store the image files.
Directory parameter is the default folder for saving images. Use empty string for using last used folder.
Description
SetUsedFixPathForMacros(
char *Directory
);
Sets the default folder where to store the macro files.
Directory parameter is the default folder for saving images. Use empty string for using last used folder.
Description
UseSingleUndo(
int Enabled
);
This function enables/disables the Single Undo mode. When this mode is enabled, the whole Undo history is not remembered but reduced to the most recent operation on the current document. Any operations made before the last one are lost even if you disable the mode. The Single Undo mode is little memory-consuming.