CreateWordProcessingDocumentWithGraphicSet Method
In This Topic
Creates a new word-processing document with a set of graphics.
Syntax
Parameters
- screens
- A set of screen images to insert into the document.
- template
- The template to use when creating new documents. If null, invalid, or not found (or in Visual Basic, Nothing), no template is used.
- bookmark
- The location in the document to insert a graphic. If null, invalid, or not found (or in Visual Basic, Nothing) the graphic is inserted at the beginning of the document.
See Also