C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview.Export Namespace / DocxExportProvider Class / NewExporter Method

In This Topic
NewExporter Method (DocxExportProvider)
In This Topic
Creates a new instance of the RtfExporter class, and sets the ComplexExporter.OpenXmlDocument property on that instance to true.
Syntax
'Declaration
 
Public Overrides Function NewExporter() As Exporter
 

Return Value

The newly created RtfExporter.
See Also