iTextSharp.text.pdf.PdfSpotColor.PdfSpotColor C# (CSharp) Метод

PdfSpotColor() публичный Метод

public PdfSpotColor ( string name, BaseColor altcs ) : System
name string
altcs BaseColor
Результат System
        public PdfSpotColor(string name, BaseColor altcs)
        {
            this.name = new PdfName(name);
            this.altcs = altcs;
        }