Sets undercolor-removal function used during conversion between DeviceRGB
and DeviceCMYK. Corresponds to the /UCR key within the ExtGState's
dictionary.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetUCRFunct(
Obj UCR
)
Public Sub SetUCRFunct (
UCR As Obj
)
public:
virtual void SetUCRFunct(
[InAttribute] Obj^ UCR
) sealed
function SetUCRFunct(UCR);
Parameters
- UCR
- Type: pdftron.SDFObj
- SDF/Cos undercolor-removal function or name
See Also