HP Remote Graphics Software 5.4.0 User Guide

This is a per-session property. If set to 1, Remote Clipboard is enabled for the session N Remote
Display Window. In order for Remote Clipboard operation to be enabled for session N, the per-
receiver property Rgreceiver.Clipboard.IsEnabled must also be 1. The default value for both properties
(per-receiver and per-session) is 1—Remote Clipboard is enabled.
Rgreceiver.Clipboard.FilterString=stringsee below for the default value
NOTE: This property is for advanced users only. The property string should be changed from its
default value only if Remote Clipboard doesn’t support the clipboard format required by your
application. For more information on clipboard formats, see the Microsoft Developer Network article
Clipboard Formats at
http://msdn2.microsoft.com/en-us/library/ms649013.aspx.
This property contains a list of clipboard formats allowed to be transferred using Remote Clipboard.
Therefore, this property is a keep filter, not a reject filter. The string is a regular expression, and is used
by both the Remote and Local Computers. The rgreceiverconfig file contains the following entry for this
property, which indicates the default clipboard formats supported by RGS:
# Rgreceiver.Clipboard.FilterString="|1|2|7|8|13|16|17|Ole Private Data| Object Descriptor |Link Source
Descriptor|HTML Format|Rich Text Format|XML Spreadsheet|"
The default clipboard formats are:
1 (CF_TEXT)—Text format. Each line ends with a carriage return/linefeed (CR-LF) combination. A
null character signals the end of the data. Use this format for ANSI text.
2 (CF_BITMAP)—Bitmap format.
7 (CF_OEMTEXT)—Text format containing characters in the OEM character set. Each line ends
with a carriage return/linefeed (CR-LF) combination. A null character signals the end of the data.
8 (CF_DIB)—A memory object containing a BITMAPINFO structure followed by the bitmap bits.
13 (CF_UNICODETEXT)—Unicode text format. Each line ends with a carriage return/linefeed (CR-
LF) combination. A null character signals the end of the data.
16 (CF_LOCALE)—Locale identifier associated with text in the clipboard
17 (DIBV5)—Bitmap color space and bitmap data
Ole Private Data—A private application format understood only by the application offering the
format.
Object Descriptor—OLE2 object descriptor
Link Source Descriptor—Link to OLE2 object
HTML Format—Text is in Hypertext Markup Language format
Rich Text Format—A text format that includes special formatting features, such as bold, italics, and
centering.
XML Spreadsheet—A format created by Microsoft to allow Excel spreadsheets to be saved in XML
(Extensible Markup Language) format. This format is supported by other applications as well.
8.5.11 Receiver logging properties
Rgreceiver.Log.IsMutable=bool1
170 Chapter 8 RGS properties ENWW