Table of Contents

Class PdfSpotColor

Namespace
iTextSharp.text.pdf
Assembly
iTextSharp.LGPLv2.Core.dll

A PdfSpotColor defines a ColorSpace @see PdfDictionary

public class PdfSpotColor
Inheritance
PdfSpotColor
Inherited Members

Constructors

PdfSpotColor(string, float, BaseColor)

constructors

public PdfSpotColor(string name, float tint, BaseColor altcs)

Parameters

name string

a string value

tint float

a tint value between 0 and 1

altcs BaseColor

a altnative colorspace value

Fields

Altcs

The alternative color space

public BaseColor Altcs

Field Value

BaseColor

Name

The color name

public PdfName Name

Field Value

PdfName

tint

The tint value

protected float tint

Field Value

float

Properties

AlternativeCs

public BaseColor AlternativeCs { get; }

Property Value

BaseColor

Tint

public float Tint { get; }

Property Value

float

Methods

GetSpotObject(PdfWriter)

protected PdfObject GetSpotObject(PdfWriter writer)

Parameters

writer PdfWriter

Returns

PdfObject