Click or drag to resize

Select Color Space

By default the converter uses the RGB color space to draw graphics and images. Using the ColorSpace property, it is possible to instruct the converter to use the CMYK or Grayscale color space when the PDF document is rendered.

Sample code:

pdfConverter.ColorSpace = ColorSpace.CMYK;