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

상속: PdfArray
파일 보기 프로젝트 열기: mapo80/iTextSharp-Monotouch 1 사용 예제들

공개 메소드들

메소드 설명
Add ( float n ) : void
PdfDashPattern ( ) : System
PdfDashPattern ( float dash ) : System
PdfDashPattern ( float dash, float gap ) : System
PdfDashPattern ( float dash, float gap, float phase ) : System
ToPdf ( PdfWriter writer, Stream os ) : void

메소드 상세

Add() 공개 메소드

public Add ( float n ) : void
n float
리턴 void

PdfDashPattern() 공개 메소드

public PdfDashPattern ( ) : System
리턴 System

PdfDashPattern() 공개 메소드

public PdfDashPattern ( float dash ) : System
dash float
리턴 System

PdfDashPattern() 공개 메소드

public PdfDashPattern ( float dash, float gap ) : System
dash float
gap float
리턴 System

PdfDashPattern() 공개 메소드

public PdfDashPattern ( float dash, float gap, float phase ) : System
dash float
gap float
phase float
리턴 System

ToPdf() 공개 메소드

public ToPdf ( PdfWriter writer, Stream os ) : void
writer PdfWriter
os Stream
리턴 void