Properties
The zoom factor for the view. This is the scale factor from artwork coordinates to window coordinates. The zoom is clamped to lie between the minimum and maximum values supported (between 1/32 and 64). After adjusting the zoom factor the center point of the document view center is unchanged.
- Returns:
- Number
The screen mode of the view. The screen mode is selected via the three screen mode icons on the bottom of the tool palette.
- Returns:
- String ('no-screen', 'multi-window', 'fullscreen-menu', 'fullscreen')
Returns a rectangle in artwork coordinates that encloses (at least) the portions of the document that have been changed and so need to be redrawn. This rectangle is reset to be empty each time the #kAIDocumentViewInvalidRectChangedNotifier is sent. Read-only.
- Returns:
- Rectangle
The display mode for the current view. Read-only.
- Returns:
- Array of String ('artwork', 'preview', 'raster', 'opaque', 'ink')
Specifies whether page tiling is shown.
- Returns:
- Boolean
Specifies whether the transparency grid is shown in the view.
- Returns:
- Boolean
The current mouse position within the view, in document coordinates. Read-only.
- Returns:
- Point