Sets the halftone.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetHalftone(
Obj HT
)
Public Sub SetHalftone (
HT As Obj
)
public:
virtual void SetHalftone(
[InAttribute] Obj^ HT
) sealed
function SetHalftone(HT);
Parameters
- HT
- Type: pdftron.SDFObj
- SDF/Cos halftone dictionary, stream, or name
Return Value
Type:
currently selected halftone dictionary or stream (NULL by default).
Corresponds to the /HT key within the ExtGState's dictionary.
Halftoning is a process by which continuous-tone colors are approximated on an
output device that can achieve only a limited number of discrete colors.
See Also