Click or drag to resize

SVGOutputOptionsSetOverprint Method

Enable or disable support for overprint and overprint simulation. Overprint is a device dependent feature and the results will vary depending on the output color space and supported colorants (i.e. CMYK, CMYK+spot, RGB, etc). Default is e_op_pdfx_on.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetOverprint(
	PDFRasterizerOverprintPreviewMode mode
)

Parameters

mode
Type: pdftron.PDFPDFRasterizerOverprintPreviewMode
op e_op_on: always enabled; e_op_off: always disabled; e_op_pdfx_on: enabled for PDF/X files only.
See Also