Image Stamp signatures
Preference |
Image stamp signatures |
Description |
Setting this preference defines the document class name for Image Stamp Signature to be used as an Image Stamp. |
How to set |
In the <installation_directory> /Preferences/SitePreferences.xml
file, edit the ImageStampSignatures value. |
Applies to |
Open Client |
Possible values |
Document Class Name |
API |
No |
Exportable |
No |
To set the value for ImageStampSignatures:
- Open the SitePreferences.xml file, located under the Preferences sub directory of the Open Client installation directory, in a text or XML editor, .
- Locate the following XML section and replace the value (appears in bold below) of ImageStampSignatures:
<category name="JavaViewer" label="Java Viewer" description="Java Viewer" visible="true">
<setting name="ImageStampSignatures" label="Image Stamp Signatures" description="Doc Class For Image Stamp Signatures">
<value default="DocClassName" type="string">DocClassName</value>
<uiType>TextBox</uiType>
<visible>true</visible>
</setting>
</category>