Property | Type | Access | Description |
bleedGuideColor | 3 Reals (0 - 255) UIColors |
r/w | The color of bleed guides, specified either as an array of three doubles, each in the range 0 to 255, representing R, G, and B values, or as a UI color. Can return: Array of 3 Reals (0 - 255) or UIColors enumerator. |
eventListeners | EventListeners EventListener |
readonly | A collection of event listeners. |
events | Events Event |
readonly | A collection of events. |
isValid | bool |
readonly | Returns true if the object specifier resolves to valid objects. |
parent | Application Document |
readonly | The parent of the PasteboardPreference (a Application or Document). |
pasteboardMargins | Array of Measurement Unit (Number or String) |
r/w | The minimum horizontal and vertical pasteboard margins. A horizontal margin of -1 means one document page width |
previewBackgroundColor | 3 Reals (0 - 255) UIColors |
r/w | The color of the preview background, specified either as an array of three doubles, each in the range 0 to 255, representing R, G, and B values, or as a UI color. Can return: Array of 3 Reals (0 - 255) or UIColors enumerator. |
properties | Object |
r/w | A property that allows setting of several properties at the same time. |
slugGuideColor | 3 Reals (0 - 255) UIColors |
r/w | The color of slug guides, specified either as an array of three doubles, each in the range 0 to 255, representing R, G, and B values, or as a UI color. Can return: Array of 3 Reals (0 - 255) or UIColors enumerator. |