Table of Contents

Class SetNonStrokeColorDeviceCmyk

Namespace
UglyToad.PdfPig.Graphics.Operations
Assembly
UglyToad.PdfPig.dll

Set the non-stroking color space to DeviceCMYK and set the color to use for stroking operations.

public class SetNonStrokeColorDeviceCmyk : IGraphicsStateOperation
Inheritance
SetNonStrokeColorDeviceCmyk
Implements
Inherited Members

Constructors

SetNonStrokeColorDeviceCmyk(decimal, decimal, decimal, decimal)

public SetNonStrokeColorDeviceCmyk(decimal c, decimal m, decimal y, decimal k)

Parameters

c decimal

The cyan level.

m decimal

The magenta level.

y decimal

The yellow level.

k decimal

The key level.

Fields

Symbol

The symbol for this operation in a stream.

public const string Symbol = "k"

Field Value

string

Properties

C

The cyan level between 0 and 1.

public decimal C { get; }

Property Value

decimal

K

The key level between 0 and 1.

public decimal K { get; }

Property Value

decimal

M

The magenta level between 0 and 1.

public decimal M { get; }

Property Value

decimal

Operator

public string Operator { get; }

Property Value

string

Y

The yellow level between 0 and 1.

public decimal Y { get; }

Property Value

decimal

Methods

Run(IOperationContext)

public void Run(IOperationContext operationContext)

Parameters

operationContext IOperationContext

ToString()

public override string ToString()

Returns

string

Write(Stream)

public void Write(Stream stream)

Parameters

stream Stream