Initializes a new instance of the PdfSpotColor class

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

Syntax

C#
public PdfSpotColor(
	string name,
	float tint,
	Color altcs
)
Visual Basic
Public Sub New ( _
	name As String, _
	tint As Single, _
	altcs As Color _
)
Visual C++
public:
PdfSpotColor(
	String^ name, 
	float tint, 
	Color^ altcs
)

See Also