Table of Contents

Class SetNonStrokeColorSpace

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

Set the current color space to use for nonstroking operations.

public class SetNonStrokeColorSpace : IGraphicsStateOperation
Inheritance
SetNonStrokeColorSpace
Implements
Inherited Members

Constructors

SetNonStrokeColorSpace(NameToken)

Create a new SetNonStrokeColorSpace.

public SetNonStrokeColorSpace(NameToken name)

Parameters

name NameToken

The name of the color space.

Fields

Symbol

The symbol for this operation in a stream.

public const string Symbol = "cs"

Field Value

string

Properties

Name

The name of the color space.

public NameToken Name { get; }

Property Value

NameToken

Operator

public string Operator { get; }

Property Value

string

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