Click or drag to resize

OverprintModes Enumeration

Represents overprint modes.

Namespace: Patagames.Pdf.Enums
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public enum OverprintModes
Members
Member nameValueDescription
Zero0 When the overprint mode is Zero, each source color component value replaces the value previously painted for the corresponding device colorant, no matter what the new value is.
NonZero1 When the overprint mode is NonZero, a tint value of 0.0 for a source color component leaves the corresponding component of the previously painted color unchanged.
See Also