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
stringa string value
tint
floata tint value between 0 and 1
altcs
BaseColora altnative colorspace value
Fields
Altcs
The alternative color space
public BaseColor Altcs
Field Value
Name
The color name
public PdfName Name
Field Value
tint
The tint value
protected float tint
Field Value
Properties
AlternativeCs
public BaseColor AlternativeCs { get; }
Property Value
Tint
public float Tint { get; }
Property Value
Methods
GetSpotObject(PdfWriter)
protected PdfObject GetSpotObject(PdfWriter writer)
Parameters
writer
PdfWriter