Click or drag to resize

IPdfCmykColor Interface

The interface for CMYK colors in Pdf.

Namespace:  Atalasoft.PdfDoc.Generating
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public interface IPdfCmykColor : IPdfColor

The IPdfCmykColor type exposes the following members.

Properties
  NameDescription
Public propertyC
Gets or sets the Cyan channel
Public propertyColorSpaceResourceName
Gets or sets the name of the color space resource.
(Inherited from IPdfColor.)
Public propertyK
Gets or sets the Black channel.
Public propertyM
Gets or sets the Magenta channel.
Public propertyY
Gets or sets the Yellow channel.
Top
See Also