GStateSetOverprintMode Method |
Sets the overprint mode. Corresponds to the /OPM key within the ExtGState's
dictionary.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetOverprintMode(
int OPM
)
Public Sub SetOverprintMode (
OPM As Integer
)
public:
virtual void SetOverprintMode(
[InAttribute] int OPM
) sealed
function SetOverprintMode(OPM);
Parameters
- OPM
- Type: SystemInt32
the new overprint mode
See Also