Accusoft.PrizmViewer10.Admin
Docking Windows Customization Values
See Also Send Feedback
How To > Customize the User Interface > Docking Windows Customization Values

Glossary Item Box

The syntax for customizing the menu is:

ArrangeDockingWindows=<value>,<value>,…

<value><operator><item name>

The order of the docking windows cannot be changed. If a docking window is not included in the list, it is not available to the user.

Parameter

Description

<value> A Docking Window value consisting of operator and item name.
<operator> Optional. Minus sign to remove an item. Omit parameter to add.
<item name> Required. One of the strings that represents a docking window. Values listed in table below.

Default

ArrangeDockingWindows=all

If you entered the following example into the prizmConfiguration.ini file, all the docking windows would be displayed, except for the CAD Layers docking window:

Configuration File Example Copy Code
[Preferences]
ArrangeDockingWindows=all,-caddockingwindow

If you entered the following example into an HTML page, only the Thumbnail and Image Properties docking windows would be displayed:

HTML Example Copy Code
<OBJECT ID="PrizmControl" CLASSID="CLSID:7A2633F0-33D5-4F5E-93BE-74ACBEE7F7EA" width="100%" height="100%">
<PARAM NAME="SRC" VALUE="TaxForms.tif">
<PARAM NAME="ArrangeDockingWindows" VALUE="None,ThumbnailWindow,ImagePropertiesWindow" />
</OBJECT>

If you entered the following example into a list file, all the docking windows would be displayed except the Annotation Properties and Table of Contents docking windows:

List File Example Copy Code
<?xml version="1.0" encoding="utf-8"?>
<PrizmViewerListFile ArrangeDockingWindows="All,-AnnotPropertiesWindow,-TOCWindow">
<Title>Sample Docking Windows List File</Title>
<ImageFileList>
 <ImageFile FileURL="Ccitt.tif"/>  <ImageFile FileURL="accuracy.pdf"/>
</ImageFileList>
</PrizmViewerListFile>

Docking Windows Customization Values

Value

 Action

All

All docking windows are visible.

None

No docking windows will be available.

ReferenceWindow

Controls whether the Reference docking window is visible.

TOCWindow

Controls whether the Table of Contents docking window is visible.

ThumbnailWindow

Controls whether the Thumbnails docking window is visible.

ImagePropertiesWindow

Controls whether the Image Properties docking window is visible.

AnnotPropertiesWindow

Controls whether the Annotation Properties docking window is visible.

PdfSearchAndResultsWindow

Controls whether the PDF Search and Results docking window is visible.

CADWindow

Controls whether the CAD Layers docking window is visible.

For more information on the prizmConfiguration.ini file, refer to the Accusoft.PrizmViewer10.Configuration.chm help file.

See Also

©2015. Accusoft Corporation. All Rights Reserved.