ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word Namespace / C1WordDocument Class / DrawMetafile Method / DrawMetafile(Metafile) Method
The drawing metafile.

In This Topic
    DrawMetafile(Metafile) Method
    In This Topic
    Draw metafile image from this document.
    Syntax
    'Declaration
     
    Public Overloads Sub DrawMetafile( _
       ByVal image As System.Drawing.Imaging.Metafile _
    ) 
    public void DrawMetafile( 
       System.Drawing.Imaging.Metafile image
    )

    Parameters

    image
    The drawing metafile.
    See Also