Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

2. Add/change the following attributes. If they do not exist, simply copy and paste them from this KB into the web config under the <appsettings> block and set the value to either "True" or "False" (See below)

Code Block
<appsettings>

...



<add key="ViewerDropColor" value="false/true"

...

></add>

...



<add key="ViewerUseGrayscale" value="false/true"

...

></add>

...



</appsettings>


  • Toggling "ViewerDropColor" to "True" will set the viewer to full black and white for all documents.
  • Toggling "ViewerUserGrayscale" to "True" will set the viewer to use grayscale for all documents
  • Toggling "False" for both will enable full color in the viewer.

...

Page Properties
hiddentrue


Related issues