Description
Set the color type value of preference setting.
Syntax
Function RFDocument.SetPreferenceColorValue(item As RFColorItem, pColorValue As RFColor) As RFErrorCode
The SetPreferenceColorValue syntax has these parts:
| Part | Description |
|---|---|
| item | [IN] RFColorItem Required. Preference Item which has color type. |
| pColorValue | [IN] RFColor Required. Preference value for specified item. |