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