Print View Option

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

To set the value for PrintViewOption:

  1. Open the SitePreferences.xml file, located under the Preferences sub directory of the Open Client installation directory, in a text or XML editor, .
  2. Locate the following XML section and replace the value (appears in bold below) of PrintViewOption:
 <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>