Click or drag to resize

DocumentExportFile Method

Exports to an external file. Even if the setting is set to display the conversion settings dialog for each external file when exporting, it will not be displayed. If you want to reflect the setting to display the conversion settings dialog for each external file, use the SaveAs method.

Namespace:  RootPro.RootProCAD
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 13.0.0.0 (13.0.0.0)
Syntax
public abstract void ExportFile(
	string fileName
)

Parameters

fileName
Type: SystemString
The full path name of the file to be saved. The extension determines the type of file that will be exported: .dxf, .dwg, .jwc, .jww, sfc, .p21, .pdf.
See Also