LayoutWindow
A layout window.
LayoutWindow Properties
| Property |
Type |
Access |
Description |
| ActiveLayer |
Layer |
r/w |
The active layer. |
| ActivePage |
Page |
r/w |
The active page. |
| ActiveSpread |
Spread, MasterSpread |
r/w |
The active spread. |
| Bounds |
Array of 4 Longs |
r/w |
The bounds of the object (top, left, bottom, right) in pixels. |
| Index |
Long |
read |
Index of the object within its parent object. |
| Name |
String |
read |
The name of the object. |
| OverprintPreview |
Boolean |
r/w |
If true, display a simulation of overprinting. |
| Parent |
Object |
read |
The parent of the object. |
| PreserveColorNumbers |
Boolean |
r/w |
If true, leave numbers unchanged for native and untagged elements. |
| ProofingProfile |
String |
r/w |
The profile used for proofing. |
| ProofingType |
idProofingType enumeration |
r/w |
The method of proofing. |
| Selection |
Object, Array of Objects, idNothingEnum enumeration |
r/w |
The selection of the front-most window. |
| SimulateInkBlack |
Boolean |
r/w |
If true, adjust for the black point. |
| SimulatePaperWhite |
Boolean |
r/w |
If true, adjust for white point. |
| TransformReferencePoint |
idAnchorPoint enumeration, Array of 2 Units (Doubles or Strings) |
r/w |
The default anchor point to transform objects around. |
| ViewDisplaySetting |
idViewDisplaySettings enumeration |
r/w |
The local display performance settings for this view. |
| ZoomPercentage |
Double (5 – 4000) |
r/w |
The current magnification. |
LayoutWindow Methods
| Method |
Returns |
Description |
| BringToFront |
Nothing |
Brings object to the front. |
| Close |
Nothing |
Closes the window. |
| Maximize |
Nothing |
Maximize the window. |
| Minimize |
Nothing |
Minimize the window. |
| Restore |
Nothing |
Restore the window. |
| Select |
Nothing |
Selects the object. |
| Zoom |
Nothing |
Zoom the window. |