Question
[CS2/CS3 JS]
Could someone please tell me why this doesn't work.
app.activeDocument.PasteboardPreferences.minimumSpaceAboveAndBelow = 50mm
The reported error is "Object does not support the method or property PasteboardPreferences"
I has taken this straight out of the scripting reference and have also tried changing the property to "pasteboardPreferences".
Thanks
app.activeDocument.PasteboardPreferences.minimumSpaceAboveAndBelow = 50mm
The reported error is "Object does not support the method or property PasteboardPreferences"
I has taken this straight out of the scripting reference and have also tried changing the property to "pasteboardPreferences".
Thanks