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