iTextSharp.text.pdf.PdfSpotColor.PdfSpotColor C# (CSharp) Méthode

PdfSpotColor() public méthode

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