 | OverprintModes Enumeration |
Represents overprint modes.
Namespace:
Patagames.Pdf.Enums
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.2704
Syntaxpublic enum OverprintModes
Public Enumeration OverprintModes
public enum class OverprintModes
public enum OverprintModes
Patagames.Pdf.Enums.OverprintModes = function();
Patagames.Pdf.Enums.OverprintModes.createEnum('Patagames.Pdf.Enums.OverprintModes', false);
Members
| Member name | Value | Description |
---|
| Zero | 0 |
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.
|
| NonZero | 1 |
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