 | PdfPageObjectOverprintMode Property |
Gets or sets an overprint mode.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic OverprintModes OverprintMode { get; set; }Public Property OverprintMode As OverprintModes
Get
Set
public:
property OverprintModes OverprintMode {
OverprintModes get ();
void set (OverprintModes value);
}member OverprintMode : OverprintModes with get, set
/** @property */
public OverprintModes get_OverprintMode()
/** @property */
public void set_OverprintMode(OverprintModes value)
function get_OverprintMode();
function set_OverprintMode(value);
Property Value
OverprintModesA code specifying whether a color component value of 0 in a DeviceCMYK color space should erase that component(
Zero) or leave it unchanged(
NonZero) when overprinting.
Remarks
See Also