C# Class iTextSharp.text.rtf.text.RtfAnnotation

Inheritance: iTextSharp.text.rtf.RtfElement
Mostra file Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Public Methods

Method Description
RtfAnnotation ( RtfDocument doc, Annotation annotation ) : System
WriteContent ( Stream result ) : void

Method Details

RtfAnnotation() public method

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

WriteContent() public method

public WriteContent ( Stream result ) : void
result Stream
return void