managedImages
Syntax

Document.managedImages;
Access
readonly
Parameters
Return value ManagedImages
The collection of managed images in the Document.
Description
The managedImages property returns a ManagedImages collection object containing all images in the Document that are managed by Studio Server.
Examples
Count the managed images in the active document
// Get the number of managed images in the active document.
var count = app.activeDocument.managedImages.count();
alert("Number of managed images: " + count);
Supported versions
| Adobe Version | Supported |
|---|---|
| 2023 | ✔ |
| 2024 | ✔ |
| 2025 | ✔ |
| 2026 | ✔ |