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
)
Visual Basic
Public Sub New ( _
	spot As PdfSpotColor _
)
Visual C++
public:
SpotColor(
	PdfSpotColor^ spot
)

See Also