Compiles the current project.

[VBScript]
Public Sub Compile( _
   ByVal document As Word.Document _
)
[JScript]
public function Compile(
   document : Word.Document
);

Parameters

document
The Word document that contains the project to compile.

Remarks

Call the method to compile the current help project.

This method raises the Application.ProjectCompile event.

See Also

Project Object | Project Members | HelpProducer Namespace