This document is archived and information here might be outdated. Recommended version. |
The Color for Separation.
[Visual Basic .NET] Public Property Color As IPostScriptColor
[C#] public IPostScriptColor Color {get; set;}
[C++]
HRESULT get_Color(
IPostScriptColor* Color
);
[C++]
HRESULT put_Color(
IPostScriptColor** Color
);
[C++] Parameters Color [in]
Color is a parameter of type IPostScriptColor* Color [out, retval]
Color is a parameter of type IPostScriptColor**