Project.Export Method |
Exports the current project.
[VBScript] Public Sub Export( _ ByVal document As Word.Document _ )
[JScript] public function Export( document : Word.Document );
Call the method to export the current help project.
This method raises the Application.ProjectExport event.