Macro Language Reference > Macros > Document > tdslevel
  
tdslevel
Description
Defines what components of a document should be displayed in the UI window.
To display multiple components, add the values of flags of the required components. For example, tdslevel 33555457 displays text streams, stream markers, and line numbering.
* 
Cutting marks and color guides are not actually shown on the screen but are included here to give compatibility with the tdplevel macro.
 
Example 49. Sample screen draw level preferences
The macro shown below sets the following screen draw level preferences:
Activate display of text streams, object graphics and raster graphics
Toggle page guides, frame guides, column guides, page markers, stream markers and cutting guides on or off depending on current setting
Deactivate frame rules
he display of the grid or rulers are not affected: these can be toggled using the tdgrid and tdruler macros.
tdslevel+7^3640-4096
Syntax
tdslevel prefix options:L? flags:n?
tdslevel
[no parameter]
Invoke the Screen Draw Level dialog box.
prefix options
+
Turns on the selected flag option
-
Turns off the selected flag option
^
Toggles the selected flag option on or off, depending on its current status.
flags
1
Text streams
2
Object graphics
4
Raster graphics
8
Page guides
16
Frame guides
32
Column guides
64
Grid (see also tdgrid)
128
Vertical ruler (see also tdruler)
256
Horizontal ruler (see also tdruler)
512
Page markers (selected frame)
1024
Stream markers
2048
Cutting guides
4096
Frame rules off (option works in reverse)
8192
Registration marks
16384
Selected frame only
65536
Status background
131072
Clipping paths
33554432
Line numbers
#x00400000
Highlight PDF links
Related Links