Key |
Type |
Value |
---|---|---|
C |
array |
(Optional) An array of three numbers in the range 0.0 to 1.0, representing the components in the DeviceRGB colour space of the colour to be used for displaying the guidelines. Default value: [ 0.0 0.0 0.0 ]. |
W |
number |
(Optional) The guideline width in default user space units. Default value: 1. |
S |
name |
(Optional) The guideline style: S (Solid) A solid rectangle. D (Dashed) A dashed rectangle. The dash pattern shall be specified by the D entry. Other guideline styles may be defined in the future. Default value: S. |
D |
array |
(Optional) A dash array defining a pattern of dashes and gaps to be used in drawing dashed guidelines (guideline style D). The dash array shall be specified in default user space units, in the same format as in the line dash pattern parameter of the graphics state (see 8.4.3.6, “Line Dash Pattern” ). The dash phase shall not be specified and shall be assumed to be 0. EXAMPLE A D entry of [ 3 2 ] specifies guidelines drawn with 3-point dashes alternating with 2-point gaps. Default value: [ 3 ]. |