GStateGetBlackGenFunct Method |
Gets the black gen funct.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public Obj GetBlackGenFunct()
Public Function GetBlackGenFunct As Obj
public:
virtual Obj^ GetBlackGenFunct() sealed
function GetBlackGenFunct();
Return Value
Type:
Obj currently selected black-generation function (NULL by default) used
during conversion between DeviceRGB and DeviceCMYK. Corresponds to the /BG key
within the ExtGState's dictionary.
See Also