Copy link to clipboard
Copied
hi,
I'm trying to disable the "Match Pasteboard to Theme Color" option using below statement;
app.pasteboardPreferences.matchPreviewBackgroundToThemeColor=false;
but it does not work.
Advice will be greatly appreciated. Cheers...
Try the following
app.generalPreferences.pasteboardColorPreference = 0
-Manan
Hi,
From the docs.
pasteboardColorPreference |
read/write |
Specify the Pasteboard color preference (0 or 1). Specify 0 to set preference to Default White, and 1 to set preference to Match with Theme Color. |
Malcolm
Copy link to clipboard
Copied
Try the following
app.generalPreferences.pasteboardColorPreference = 0
-Manan
Copy link to clipboard
Copied
Hi,
From the docs.
pasteboardColorPreference |
read/write |
Specify the Pasteboard color preference (0 or 1). Specify 0 to set preference to Default White, and 1 to set preference to Match with Theme Color. |
Malcolm
Copy link to clipboard
Copied
Thanks and where to get the docs?
Copy link to clipboard
Copied
Thanks and where to get the docs?
By @eboda_snaf
https://www.indesignjs.de/extendscriptAPI/indesign-latest/#about.html
-Manan