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
)
Public Sub SetStrokeOverprint (
OP As Boolean
)
public:
virtual void SetStrokeOverprint(
[InAttribute] bool OP
) sealed
function SetStrokeOverprint(OP);
Parameters
- OP
- Type: SystemBoolean
the new stroke overprint
See Also