Gets the halftone.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax Public Function GetHalftone As Obj
public:
virtual Obj^ GetHalftone() sealed
Return Value
Type:
Obj 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