Incorrect ProcessSettings::COProcessExportCropMethodKey
The value of ProcessSettings::COProcessExportCropMethodKey seems to be incorrect.
// does not work
dict[ProcessSettings::COProcessExportCropMethodKey] = ProcessSettings::COPublishCropMethod::COPublishCropMethodIgnore;
// works
dict["publishCropMethod"] = ProcessSettings::COPublishCropMethod::COPublishCropMethodIgnore;
0
Please sign in to leave a comment.
Comments
0 comments