GStateGetOverprintMode Method |
Gets the overprint mode.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public int GetOverprintMode()
Public Function GetOverprintMode As Integer
public:
virtual int GetOverprintMode() sealed
function GetOverprintMode();
Return Value
Type:
Int32 the overprint mode used by this graphics state.
Corresponds to the /OPM key within the ExtGState's dictionary.
See Also