This is the property that
you set to specify whether or not a debug file is created.
Description
Specifies whether or not to create
a debug file
Syntax
object.DoDebug [=
x ]
The syntax of the DoDebug property has these parts:
Part
Description
object
An
RTF-2-HTML v8 control.
x
A
string expression that specifies whether or not to generate
"c:\rtftext.txt" file. you can either specify a
"yes" or a "no" value.
Default
"no"
Remarks
This property only accepts a yes
or a no.
This property is only of use if the
control is not behaving correctly on your system. Just email us the
"C:\rtftext.rtf" that it generates and we should be able
to solve any problem that their may be.
Data Type
String
Example
Sample Visual Basic
Code:
Where RTF2HTML1 is an instance of
an RTF-2-HTML Control.