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