C# 클래스 iTextSharp.text.rtf.text.RtfAnnotation

상속: iTextSharp.text.rtf.RtfElement
파일 보기 프로젝트 열기: red-gate/iTextSharp-4.1.6 1 사용 예제들

공개 메소드들

메소드 설명
RtfAnnotation ( RtfDocument doc, Annotation annotation ) : System
WriteContent ( Stream result ) : void

메소드 상세

RtfAnnotation() 공개 메소드

public RtfAnnotation ( RtfDocument doc, Annotation annotation ) : System
doc iTextSharp.text.rtf.document.RtfDocument
annotation iTextSharp.text.Annotation
리턴 System

WriteContent() 공개 메소드

public WriteContent ( Stream result ) : void
result Stream
리턴 void