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

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

public PdfBorderDictionary ( float borderWidth, int borderStyle ) : System
borderWidth float
borderStyle int
Результат System
        public PdfBorderDictionary(float borderWidth, int borderStyle)
            : this(borderWidth, borderStyle, null)
        {
        }

Same methods

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