Click or drag to resize

GStateSetStrokeOverprint Method

Specifies if overprint is enabled for stroke 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 SetStrokeOverprint(
	bool OP
)

Parameters

OP
Type: SystemBoolean
the new stroke overprint
See Also