I am tweaking one of the macros I found on this forum to better suit my needs. I have to save many files as TIFF files. This all works fine, but to enable multiple users to use it and to ensure the same settings for everyone, I would like to set some user preferences. I have found using something like the following works:
boolstatus = swApp.SetUserPreferenceIntegerValue(swUserPreferenceIntegerValue_e.swTiffImageType, swTiffImageType_e.swTiffImageBlackAndWhite)
and
swApp.SetUserPreferenceToggle swUserPreferenceToggle_e.swTiffPrintScaleToFit, True
for example, works well. However, I would like to only save the current sheet, not a multi-page. What is the user preference integer value for this option? I tried to record a macro and I am unsuccessful.
SolidworksApi macros