Click or drag to resize

GStateSetTransferFunct Method

Sets transfer function used during color conversion process. A transfer function adjusts the values of color components to compensate for nonlinear response in an output device and in the human eye. Corresponds to the /TR key within the ExtGState's dictionary.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetTransferFunct(
	Obj TR
)

Parameters

TR
Type: pdftron.SDFObj
- SDF/Cos transfer function, Array, or name
See Also