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
请先登录再写评论。
评论
0 条评论