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

PdfFunction() protected method

protected PdfFunction ( PdfWriter writer ) : System
writer PdfWriter
return System
        protected PdfFunction(PdfWriter writer) {
            this.writer = writer;
        }