Table of Contents

Class SpotColor

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

@author psoares

public class SpotColor : ExtendedColor
Inheritance
SpotColor
Inherited Members

Constructors

SpotColor(PdfSpotColor)

public SpotColor(PdfSpotColor spot)

Parameters

spot PdfSpotColor

SpotColor(PdfSpotColor, float)

public SpotColor(PdfSpotColor spot, float tint)

Parameters

spot PdfSpotColor
tint float

Properties

PdfSpotColor

public PdfSpotColor PdfSpotColor { get; }

Property Value

PdfSpotColor

Tint

public float Tint { get; }

Property Value

float

Methods

Equals(object)

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int