WordToPdfDocumentOptionsColorSpace Property

Gets or sets the color space of the PDF document generated by the converter. The possible values are RGB, CMYK or Gray Scale. The default color space is RGB.

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
C#
public ColorSpace ColorSpace { get; set; }

Property Value

ColorSpace

See Also