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