Preference | Print View Option |
Description | Print View Option enables a user to set the View Only, Print Only, or Print/View option for the sticky note annotations. Setting this preference will specify the print/view value. |
How to set | In the <installation_directory> /Preferences/SitePreferences.xml file, edit the PrintViewOption value. |
Applies to | Open Client |
Possible values | View Only, Print Only, and Print/View. Default is Print/View. |
API | No |
Exportable | No |
<category name="JavaViewer" label="Java Viewer" description="Java Viewer" visible="true"> <setting name="PrintViewOption" label="Print View Option" description="Print View Option For Sticky Note Anotations"> <value default="3" type="integer">3</value> <options> <option label="View Only">1</option> <option label="Print Only">2</option> <option label="Print/View">3</option> </options> <uiType>DropDownList</uiType> <visible>true</visible> </setting> </category>