Skip to content

View

View

View(active: bool, options: ViewOptions)

The View object represents a specific view.

Example
from aep_parser import parse

app = parse("project.aep")
view = app.active_viewer.views[0]
print(view.options)

See: https://ae-scripting.docsforadobe.dev/other/view/

Attributes

active

active: bool

When True, indicates if the view is the active view in its viewer.

options

options: ViewOptions

Options object for this View.