Click or drag to resize

GState.SetFillOverprint 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: System.Boolean
the new fill overprint
See Also