'Declaration Public Overloads Shared Sub ConvertRtfToDocx( _
ByVal environmentPropertiesThe document environment properties.As Vintasoft.Imaging.Codecs.Decoders.DocumentEnvironmentProperties, _
ByVal rtfFilenameThe filename of input RTF document.As System.String, _
ByVal docxFilenameThe filename of output DOCX document.As System.String _
)
public static void ConvertRtfToDocx(
Vintasoft.Imaging.Codecs.Decoders.DocumentEnvironmentProperties environmentProperties,
System.String rtfFilename,
System.String docxFilename
)
public: static void ConvertRtfToDocx(
Vintasoft.Imaging.Codecs.Decoders.DocumentEnvironmentProperties* environmentProperties,
System.String rtfFilename,
System.String docxFilename
)
public:
static void ConvertRtfToDocx(
Vintasoft.Imaging.Codecs.Decoders.DocumentEnvironmentProperties^ environmentProperties,
System.String rtfFilename,
System.String docxFilename
)
Parameters
- environmentProperties
- The document environment properties.
- rtfFilename
- The filename of input RTF document.
- docxFilename
- The filename of output DOCX document.