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

PdfBorderDictionary() public method

public PdfBorderDictionary ( float borderWidth, int borderStyle ) : System
borderWidth float
borderStyle int
return System
        public PdfBorderDictionary(float borderWidth, int borderStyle)
            : this(borderWidth, borderStyle, null)
        {
        }

Same methods

PdfBorderDictionary::PdfBorderDictionary ( float borderWidth, int borderStyle, PdfDashPattern dashes ) : System
PdfBorderDictionary