summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRay Johnston <ray.johnston@artifex.com>2021-05-24 17:40:50 -0700
committerRay Johnston <ray.johnston@artifex.com>2021-05-24 17:47:29 -0700
commitea679515b59a2d28532e674c77d0992a1a58d716 (patch)
tree8e3d78a524827be1121ed247acc12cb430e1328d /doc
parentf3e3b5a87df6919e2ffc9f62edd3d42a27188f3b (diff)
downloadghostpdl-ea679515b59a2d28532e674c77d0992a1a58d716.tar.gz
Change BandHeight parameter so the -1 means 1 band per page.
This is useful for debugging clist issues.
Diffstat (limited to 'doc')
-rw-r--r--doc/Language.htm5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/Language.htm b/doc/Language.htm
index 51965ae66..1922893e5 100644
--- a/doc/Language.htm
+++ b/doc/Language.htm
@@ -1744,7 +1744,10 @@ the <code>BufferSpace</code> parameter, not <code>BandBufferSpace</code>.</p>
<dd>The height of bands when banding. 0 means use the largest band height
that will fit within the <code>BandBufferSpace</code> (or <code>BufferSpace</code>,
if <code>BandBufferSpace</code> is not specified). If <code>BandHeight</code>
-is larger than the number of lines that will fit in the buffer, opening the device will fail.</dd>
+is larger than the number of lines that will fit in the buffer, opening the device will fail.
+If the value is -1, the BandHeight will automatically be set to the page height
+(1 band for the entire page). This is primarily for developers debugging clist issues.
+</dd>
</dl>
<dl>