Click or drag to resize

GStateSetFillOverprint Method

Specifies if overprint is enabled for fill operations. Corresponds to the /op key within the ExtGState's dictionary.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetFillOverprint(
	bool op
)

Parameters

op
Type: SystemBoolean
the new fill overprint
See Also