C# Class iTextSharp.text.pdf.PdfBorderDictionary

Inheritance: PdfDictionary
ファイルを表示 Open project: mapo80/iTextSharp-Monotouch

Public Methods

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

Method Details

PdfBorderDictionary() public method

public PdfBorderDictionary ( float borderWidth, int borderStyle ) : System
borderWidth float
borderStyle int
return System

PdfBorderDictionary() public method

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