UncompressedRasterOptions.SetCmyk Method

Sets the options to produce CMYK raster bytes.

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

Syntax

C#
public UncompressedRasterOptions SetCmyk()
VB
Public Function SetCmyk As UncompressedRasterOptions

Return Value

Type: UncompressedRasterOptions
The instance used to call the method.

Remarks

The raster bytes will use CMYK color space. Depending on the value of the BackgroundColor property, the bytes can also contain an alpha channel.

Depending on the presence of an alpha channel, the bytes are either in CMYK or in CMYKA format.

See Also