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

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

공개 메소드들

메소드 설명
PdfLiteral ( byte b ) : System
PdfLiteral ( int size ) : System
PdfLiteral ( int type, byte b ) : System
PdfLiteral ( int type, string text ) : System
PdfLiteral ( string text ) : System
ToPdf ( PdfWriter writer, Stream os ) : void

메소드 상세

PdfLiteral() 공개 메소드

public PdfLiteral ( byte b ) : System
b byte
리턴 System

PdfLiteral() 공개 메소드

public PdfLiteral ( int size ) : System
size int
리턴 System

PdfLiteral() 공개 메소드

public PdfLiteral ( int type, byte b ) : System
type int
b byte
리턴 System

PdfLiteral() 공개 메소드

public PdfLiteral ( int type, string text ) : System
type int
text string
리턴 System

PdfLiteral() 공개 메소드

public PdfLiteral ( string text ) : System
text string
리턴 System

ToPdf() 공개 메소드

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