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

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

보호된 프로퍼티들

프로퍼티 타입 설명
writer PdfWriter

공개 메소드들

메소드 설명
TtfUnicodeWriter ( PdfWriter writer ) : System

보호된 메소드들

메소드 설명
WriteFont ( TrueTypeFontUnicode font, PdfIndirectReference refer, Object parms, byte rotbits ) : void

메소드 상세

TtfUnicodeWriter() 공개 메소드

public TtfUnicodeWriter ( PdfWriter writer ) : System
writer PdfWriter
리턴 System

WriteFont() 보호된 메소드

protected WriteFont ( TrueTypeFontUnicode font, PdfIndirectReference refer, Object parms, byte rotbits ) : void
font TrueTypeFontUnicode
refer PdfIndirectReference
parms Object
rotbits byte
리턴 void

프로퍼티 상세

writer 보호되어 있는 프로퍼티

protected PdfWriter,iTextSharp.text.pdf writer
리턴 PdfWriter