www.gnostice.com 

DrawRichText Method

Top  Previous  Next

The DrawRichText method draws a rich text to the current document.

 

 

 

 

Syntax

 

 

[VC++]

void DrawRichText(const VARIANT& Stream);

 

[C#]

public abstract new void DrawRichText ( System.Object Stream )

 

[VB]

Sub DrawRichText(Stream)

 

 

 

 

 

Parameters

 

 

Stream

The stream containing the rich text.

 

 

 

 

Remarks

 

 

The DrawRichText method draws a rich text to the current document. The method is to be called after a new page has been added to the document. All the pages in the rich text will be rendered to the document.

 

 

 

See Example