C# 클래스 iTextSharp.text.pdf.PdfBorderDictionary

상속: PdfDictionary
파일 보기 프로젝트 열기: mapo80/iTextSharp-Monotouch

공개 메소드들

메소드 설명
PdfBorderDictionary ( float borderWidth, int borderStyle ) : System
PdfBorderDictionary ( float borderWidth, int borderStyle, PdfDashPattern dashes ) : System

메소드 상세

PdfBorderDictionary() 공개 메소드

public PdfBorderDictionary ( float borderWidth, int borderStyle ) : System
borderWidth float
borderStyle int
리턴 System

PdfBorderDictionary() 공개 메소드

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