iTextSharp.text.pdf.PdfSpotColor.PdfSpotColor C# (CSharp) Method

PdfSpotColor() public method

public PdfSpotColor ( string name, BaseColor altcs ) : System
name string
altcs BaseColor
return System
        public PdfSpotColor(string name, BaseColor altcs)
        {
            this.name = new PdfName(name);
            this.altcs = altcs;
        }