Initializes a new instance of the SpotColor class

Namespace: iTextSharp.text.pdf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public SpotColor(
	PdfSpotColor spot,
	float tint
)
Visual Basic
Public Sub New ( _
	spot As PdfSpotColor, _
	tint As Single _
)
Visual C++
public:
SpotColor(
	PdfSpotColor^ spot, 
	float tint
)

See Also