C# 클래스 iTextSharp.text.rtf.document.output.RtfDiskCache

상속: IRtfDataCache
파일 보기 프로젝트 열기: red-gate/iTextSharp-4.1.6

공개 메소드들

메소드 설명
GetOutputStream ( ) : Stream
RtfDiskCache ( ) : System
WriteTo ( Stream target ) : void

메소드 상세

GetOutputStream() 공개 메소드

public GetOutputStream ( ) : Stream
리턴 Stream

RtfDiskCache() 공개 메소드

public RtfDiskCache ( ) : System
리턴 System

WriteTo() 공개 메소드

public WriteTo ( Stream target ) : void
target Stream
리턴 void