Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.Productivity Library / OfficeTools Object / CreateWordProcessingDocumentWithGraphic Method
The path name of an image to insert into the document. If null is passed in, then a graphical representation of the current host screen is used.
A template to use when creating the new document. If null, not found, or invalid, then no template is used.
A location in the templated document to insert the graphic. If not specified (null) or invalid, graphic is inserted at the beginning of the document.
In This Topic
    CreateWordProcessingDocumentWithGraphic Method
    In This Topic
    Creates a new word-processing document with graphics.
    Syntax
    expression.CreateWordProcessingDocumentWithGraphic( _
       ByVal path As String, _
       ByVal template As String, _
       ByVal bookmark As String _
    ) 
    where expression is a variable that represents a OfficeTools Object

    Parameters

    path
    The path name of an image to insert into the document. If null is passed in, then a graphical representation of the current host screen is used.
    template
    A template to use when creating the new document. If null, not found, or invalid, then no template is used.
    bookmark
    A location in the templated document to insert the graphic. If not specified (null) or invalid, graphic is inserted at the beginning of the document.
    See Also