PdfDrawOptions.SimulateOverprint Property

Gets or sets the value indicating whether to simulate the effects of overprinting spot and process colors in the same way they would occur when printing.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public bool SimulateOverprint { get; set; }
VB
Public Property SimulateOverprint As Boolean
	Get
	Set

Property Value

Type: Boolean
The value indicating whether to simulate the effects of overprinting spot.

See Also