C# 클래스 iTextSharp.text.pdf.BaseFont.StreamFont

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

공개 메소드들

메소드 설명
StreamFont ( byte contents, int lengths, int compressionLevel ) : System
StreamFont ( byte contents, string subType, int compressionLevel ) : System

메소드 상세

StreamFont() 공개 메소드

public StreamFont ( byte contents, int lengths, int compressionLevel ) : System
contents byte
lengths int
compressionLevel int
리턴 System

StreamFont() 공개 메소드

public StreamFont ( byte contents, string subType, int compressionLevel ) : System
contents byte
subType string
compressionLevel int
리턴 System