'Declaration Public Overloads Shared Sub ConvertRtfToDocx( _
ByVal environmentPropertiesThe document environment properties.As Vintasoft.Imaging.Codecs.Decoders.DocumentEnvironmentProperties, _
ByVal inputStreamThe input stream that contains RTF document.As System.IO.Stream, _
ByVal outputStreamThe output stream.As System.IO.Stream _
)
public static void ConvertRtfToDocx(
Vintasoft.Imaging.Codecs.Decoders.DocumentEnvironmentProperties environmentProperties,
System.IO.Stream inputStream,
System.IO.Stream outputStream
)
public: static void ConvertRtfToDocx(
Vintasoft.Imaging.Codecs.Decoders.DocumentEnvironmentProperties* environmentProperties,
System.IO.Stream* inputStream,
System.IO.Stream* outputStream
)
public:
static void ConvertRtfToDocx(
Vintasoft.Imaging.Codecs.Decoders.DocumentEnvironmentProperties^ environmentProperties,
System.IO.Stream^ inputStream,
System.IO.Stream^ outputStream
)
Parameters
- environmentProperties
- The document environment properties.
- inputStream
- The input stream that contains RTF document.
- outputStream
- The output stream.